home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / installerng / gui-api / example / libbase.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-28  |  123 b   |  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.