home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Cruncher
/
XPK416DV.LHA
/
xpk_Develop
/
Include
/
C
/
proto
/
xpkmaster.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1997-09-06
|
311 b
|
18 lines
#ifndef _PROTO_XPKMASTER_H
#define _PROTO_XPKMASTER_H
#ifndef __NOLIBBASE__
extern struct Library *XpkBase;
#endif
#include <exec/types.h>
#include <clib/xpkmaster_protos.h>
#ifdef __GNUC__
#include <inline/xpkmaster.h>
#else
#include <pragma/xpkmaster_lib.h>
#endif
#endif /* _PROTO_XPKMASTER_H */