home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0356.lha / AlgoRhythms / Source / MusicTimer.h < prev    next >
Text File  |  1990-06-05  |  189b  |  8 lines

  1. /*automusictimer.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. void RemoveTimer(void);
  4. int StartTimer(void);
  5. int DeleteTimer(struct timerequest *tr);
  6. int GetSysTime(struct timeval *tv);
  7.  
  8.