mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
13 lines
No EOL
140 B
C
13 lines
No EOL
140 B
C
|
|
#ifndef __timer_h__
|
|
#define __timer_h__
|
|
|
|
#define kTimerTicks 120
|
|
|
|
void InitTimer();
|
|
|
|
#ifdef __WATCOMC__
|
|
void uninittimer();
|
|
#endif
|
|
|
|
#endif |