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 >
Wrap
C/C++ Source or Header
|
1992-02-21
|
233b
|
11 lines
#ifndef MUSICTIMER_LOADED
#define MUSICTIMER_LOADED 1
/* MusicTimer.h */
extern void RemoveTimer(void);
extern int StartTimer(void);
extern int DeleteTimer(struct timerequest *tr);
extern int GetSysTime(struct timeval *tv);
#endif