OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
time.h
Go to the documentation of this file.
1 
8 #ifndef _UTILS_TIME_H_
9 #define _UTILS_TIME_H_
10 
11 using or_time_t = unsigned long;
12 
18 
22 void systemTimerReset();
23 
24 #endif
25 
unsigned long or_time_t
Definition: time.h:11
void systemTimerReset()
Reset the system timer.
Definition: time.cpp:23
or_time_t systemTimerGet()
Read the system timer.
Definition: time.cpp:15