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

  1. #ifndef GS_TIMER
  2. #define GS_TIMER
  3.  
  4. void gs_open_vb_timer(void);
  5. void gs_close_vb_timer(void);
  6. unsigned long gs_vb_time(void);
  7. void gs_vb_timer_reset(void);
  8.  
  9. #endif
  10.