mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 15:41:16 +00:00
13 lines
140 B
C
13 lines
140 B
C
|
|
||
|
#ifndef __timer_h__
|
||
|
#define __timer_h__
|
||
|
|
||
|
#define kTimerTicks 120
|
||
|
|
||
|
void InitTimer();
|
||
|
|
||
|
#ifdef __WATCOMC__
|
||
|
void uninittimer();
|
||
|
#endif
|
||
|
|
||
|
#endif
|