home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
InstallerNG
/
GUI-API
/
example
/
installergui_base.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-08
|
196b
|
15 lines
#ifndef INSTALLERNG_GUILIB_BASE
#define INSTALLERNG_GUILIB_BASE
#include <exec/libraries.h>
struct InstallerGuiBase
{
struct Library igb_Library;
};
#pragma libbase InstallerGuiBase
#endif