home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / include / proto / loadpic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-11  |  146 b   |  8 lines

  1. #ifndef GS_LOADPICPROTO
  2. #define GS_LOADPICPROTO
  3.  
  4. int gs_loadILBM(struct loadILBM_struct *);
  5. int gs_get_ILBM_bm(struct loadILBM_struct *);
  6.  
  7. #endif
  8.