home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
GameSmith1-Hisoft-System.DMS
/
in.adf
/
GDS_System.lha
/
include
/
proto
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-11
|
164 b
|
10 lines
#ifndef GS_TIMER
#define GS_TIMER
void gs_open_vb_timer(void);
void gs_close_vb_timer(void);
unsigned long gs_vb_time(void);
void gs_vb_timer_reset(void);
#endif