home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
STORM2.DMS
/
in.adf
/
Includes.LHA
/
proto
/
expansion.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-07
|
196 b
|
8 lines
#ifndef PROTO_EXPANSION_H
#define PROTO_EXPANSION_H
#include <exec/types.h>
extern struct Library *ExpansionBase ;
#include <clib/expansion_protos.h>
#include <pragmas/expansion_pragmas.h>
#endif