home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / Triton / Source / libsrc / triton_lib.h < prev   
C/C++ Source or Header  |  1998-05-23  |  1KB  |  41 lines

  1. /*
  2.  *  OpenTriton -- A free release of the triton.library source code
  3.  *  Copyright (C) 1993-1998  Stefan Zeiger
  4.  *
  5.  *  This program is free software; you can redistribute it and/or modify
  6.  *  it under the terms of the GNU General Public License as published by
  7.  *  the Free Software Foundation; either version 2 of the License, or
  8.  *  (at your option) any later version.
  9.  *
  10.  *  This program is distributed in the hope that it will be useful,
  11.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *  GNU General Public License for more details.
  14.  *
  15.  *  You should have received a copy of the GNU General Public License
  16.  *  along with this program; if not, write to the Free Software
  17.  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  */
  20.  
  21.  
  22. #ifndef _TRITON_H
  23. #define _TRITON_H
  24.  
  25. #define TR_NOMACROS
  26. #define TR_NOSUPPORT
  27.  
  28. #include <dos.h>
  29. #include <utility/hooks.h>
  30. #include <clib/exec_protos.h>
  31. #include <pragmas/exec_pragmas.h>
  32. #include <libraries/triton.h>
  33. #include <proto/dos.h>
  34. #include <proto/intuition.h>
  35. #include <proto/graphics.h>
  36. #include <proto/triton.h>
  37. #include <clib/alib_protos.h>
  38. #include <ctype.h>
  39.  
  40. #endif /* _TRITON_H */
  41.