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 >
C/C++ Source or Header  |  1999-08-08  |  196b  |  15 lines

  1. #ifndef INSTALLERNG_GUILIB_BASE
  2. #define INSTALLERNG_GUILIB_BASE
  3.  
  4. #include <exec/libraries.h>
  5.  
  6. struct InstallerGuiBase
  7. {
  8.   struct Library igb_Library;
  9. };
  10.  
  11. #pragma libbase InstallerGuiBase
  12.  
  13. #endif
  14.  
  15.