home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 1
/
FFMCD01.bin
/
bbs
/
libdisks
/
d700t799
/
disk775.lha
/
ICoons
/
source
/
source.lha
/
timer.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-10-05
|
219 b
|
10 lines
#ifndef TIMER_H
#define TIMER_H
Boolean_T Handle_IntuiTicks_Message(struct IntuiMessage *Msg);
void Start_Timer(unsigned long Seconds, unsigned long Micros);
void Stop_Timer(void);
Boolean_T Check_Timer(void);
#endif