home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
docs
/
misc
/
amigafaqg
/
programmer
/
pragmas
/
timer_pragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
422b
|
17 lines
#ifndef PRAGMAS_TIMER_PRAGMAS_H
#define PRAGMAS_TIMER_PRAGMAS_H
#ifndef CLIB_TIMER_PROTOS_H
#include <clib/timer_protos.h>
#endif
extern struct Library *TimerBase;
#pragma libcall TimerBase AddTime 2a 9802
#pragma libcall TimerBase SubTime 30 9802
#pragma libcall TimerBase CmpTime 36 9802
#pragma libcall TimerBase ReadEClock 3c 801
#pragma libcall TimerBase GetSysTime 42 801
#endif /* PRAGMAS_TIMER_PRAGMAS_H */