Khaotic Engine Reborn
|
Public Member Functions | |
timer_class (const timer_class &) | |
bool | Initialize () |
void | Frame () |
float | GetTime () |
Definition at line 15 of file timer_class.h.
timer_class::timer_class | ( | ) |
Definition at line 4 of file timer_class.cpp.
timer_class::timer_class | ( | const timer_class & | other | ) |
Definition at line 9 of file timer_class.cpp.
timer_class::~timer_class | ( | ) |
Definition at line 14 of file timer_class.cpp.
void timer_class::Frame | ( | ) |
Definition at line 44 of file timer_class.cpp.
float timer_class::GetTime | ( | ) |
Definition at line 65 of file timer_class.cpp.
bool timer_class::Initialize | ( | ) |
Definition at line 18 of file timer_class.cpp.