home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
fd2inline-1.0-bin.lha
/
include
/
proto
/
expansion.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-12
|
357b
|
19 lines
#ifndef PROTO_EXPANSION_H
#define PROTO_EXPANSION_H
#ifndef DOS_FILEHANDLER_H
#include <dos/filehandler.h>
#endif
#ifndef LIBRARIES_CONFIGVARS_H
#include <libraries/configvars.h>
#endif
#include <clib/expansion_protos.h>
#include <inline/expansion.h>
#ifndef __NOLIBBASE__
extern struct ExpansionBase * __CONSTLIBBASEDECL__ ExpansionBase;
#endif
#endif