home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / gui / triton / programmer / include / proto / triton.h
C/C++ Source or Header  |  1994-07-14  |  319b  |  15 lines

  1. /*
  2.  * You should include this file when using
  3.  * Triton with SAS/C and DICE. Other compilers
  4.  * may need different pragma handling
  5.  *
  6.  */
  7.  
  8. #ifndef PROTO_TRITON_H
  9. #define PROTO_TRITON_H
  10. #include <exec/types.h>
  11. extern struct Library *TritonBase;
  12. #include <clib/triton_protos.h>
  13. #include <pragmas/triton_pragmas.h>
  14. #endif
  15.