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