home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / programming / triton / developer / libsource / triton_lib.h < prev   
Encoding:
C/C++ Source or Header  |  1995-08-25  |  727 b   |  32 lines

  1. /*
  2.  *  Triton - The object oriented GUI creation system for the Amiga
  3.  *  Written by Stefan Zeiger in 1993-1994
  4.  *
  5.  *  (c) 1993-1994 by Stefan Zeiger
  6.  *  You are hereby allowed to use this source or parts
  7.  *  of it for creating programs for AmigaOS which use the
  8.  *  Triton GUI creation system. All other rights reserved.
  9.  *
  10.  */
  11.  
  12.  
  13. #ifndef _TRITON_H
  14. #define _TRITON_H
  15.  
  16. #define TR_NOMACROS
  17. #define TR_NOSUPPORT
  18.  
  19. #include <dos.h>
  20. #include <utility/hooks.h>
  21. #include <clib/exec_protos.h>
  22. #include <pragmas/exec_pragmas.h>
  23. #include <libraries/triton.h>
  24. #include <proto/dos.h>
  25. #include <proto/intuition.h>
  26. #include <proto/graphics.h>
  27. #include <proto/triton.h>
  28. #include <clib/alib_protos.h>
  29. #include <ctype.h>
  30.  
  31. #endif /* _TRITON_H */
  32.