home *** CD-ROM | disk | FTP | other *** search
- /*
- * You should include this file when using
- * Triton with SAS/C and DICE. Other compilers
- * may need different pragma handling
- *
- */
-
- #ifndef PROTO_TRITON_H
- #define PROTO_TRITON_H
- #include <exec/types.h>
- extern struct Library *TritonBase;
- #include <clib/triton_protos.h>
- #include <pragmas/triton_pragmas.h>
- #endif
-