OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Typedefs | Functions
time.h File Reference

Time handling utilities. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using or_time_t = unsigned long
 

Functions

or_time_t systemTimerGet ()
 Read the system timer. More...
 
void systemTimerReset ()
 Reset the system timer. More...
 

Detailed Description

Time handling utilities.

Author
xythobuz

Definition in file time.h.

Typedef Documentation

using or_time_t = unsigned long

Definition at line 11 of file time.h.

Function Documentation

or_time_t systemTimerGet ( )

Read the system timer.

Returns
number of ticks

Definition at line 15 of file time.cpp.

void systemTimerReset ( )

Reset the system timer.

Definition at line 23 of file time.cpp.