home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Resources / System / BoingBag1 / Contributions / InstallerNG / GUI-API / include / proto / installergui.h
C/C++ Source or Header  |  1999-08-15  |  289b  |  18 lines

  1. #ifndef PROTO_INSTALLERGUI_H
  2. #define PROTO_INSTALLERGUI_H
  3.  
  4. /*
  5. **  $VER: installergui.h 37.0 (15.08.99)
  6. **  (C) by Jens Tröger
  7. **
  8. */
  9.  
  10. #include <exec/types.h>
  11.  
  12. extern struct Library *InstallerGuiBase ;
  13.  
  14. #include <clib/installergui_protos.h>
  15. #include <pragmas/installergui_pragmas.h>
  16.  
  17. #endif
  18.