home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
dev
/
triton-1.0.lha
/
Triton-1.0
/
Programmer
/
Include
/
proto
/
triton.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-09
|
180 b
|
8 lines
#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