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 / libraries_regargs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-11  |  150 b   |  8 lines

  1. #ifndef GS_LIBPROTOREG
  2. #define GS_LIBPROTOREG
  3.  
  4. int __asm _gs_open_libs(register __d0 int,register __d1 int);
  5. void __asm _gs_close_libs(void);
  6.  
  7. #endif
  8.