home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 41
/
Amiga_Dream_41.iso
/
Amiga
/
Pro
/
3d
/
ICoons1_0.lzh
/
icoons
/
source
/
timer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-04
|
219b
|
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