home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
611.lha
/
AlgoRhythms_v2.0
/
Source.LZH
/
Source
/
MusicTimer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-22
|
233 b
|
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