home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / sound / algorhyt.lha / source / MusicTimer.h < prev    next >
C/C++ Source or Header  |  1992-02-21  |  233b  |  11 lines

  1. #ifndef MUSICTIMER_LOADED
  2. #define MUSICTIMER_LOADED 1
  3.  
  4. /* MusicTimer.h */
  5.  
  6. extern void RemoveTimer(void);
  7. extern int StartTimer(void);
  8. extern int DeleteTimer(struct timerequest *tr);
  9. extern int GetSysTime(struct timeval *tv);
  10. #endif
  11.