raze/source/exhumed/src/timer.h
nukeykt 936ce5a866 wip
# Conflicts:
#	platform/Windows/exhumed.vcxproj
#	platform/Windows/exhumed.vcxproj.filters
2019-11-21 22:52:46 +01:00

13 lines
No EOL
140 B
C

#ifndef __timer_h__
#define __timer_h__
#define kTimerTicks 120
void InitTimer();
#ifdef __WATCOMC__
void uninittimer();
#endif
#endif