home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 394b.lha / AlgoRhythms_v1.0 / source / MusicTimer.h < prev    next >
Encoding:
Text File  |  1990-07-03  |  189 b   |  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.