home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / timeruse.h < prev    next >
C/C++ Source or Header  |  1994-01-24  |  221b  |  16 lines

  1. #ifndef __TIMERUSE_H
  2. #define __TIMERUSE_H
  3.  
  4. extern "C"
  5. {
  6.   void tuInstall();
  7.   void tuClose();
  8.   void tuDisable();
  9.   void tuEnable();
  10.   void tuUpdate();
  11.   long tuGetTimer();
  12.   void tuResetTimer();
  13. }
  14.  
  15. #endif
  16.