home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Resources / System / BoingBag1 / Contributions / InstallerNG / GUI-API / example / libbase.c < prev    next >
C/C++ Source or Header  |  1999-10-28  |  123b  |  10 lines

  1.  
  2. #include <exec/libraries.h>
  3.  
  4. struct InstallerGuiBase
  5. {
  6.   struct Library igb_Library;
  7. };
  8.  
  9. #pragma libbase InstallerGuiBase
  10.