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

  1. #ifndef GS_LIBPROTO
  2. #define GS_LIBPROTO
  3.  
  4. int gs_open_libs(int,int);   /* open specified libs at specified version */
  5. void gs_close_libs(void);    /* close all libs opened by open_libs */
  6.  
  7. #endif
  8.