#include <tb_system_timer.h>
Public Member Functions | |
Timer (void) | |
~Timer (void) | |
void | Reset (void) |
void | Update (void) |
Seconds | GetDeltaTime (void) |
Seconds | GetTotalTime (void) |
TODO: TIM: Documentation: Teach the user how to use this.
TurtleBrains::System::Timer::Timer::Timer | ( | void | ) |
TODO: TIM: Documentation: Teach the user how to use this.
TurtleBrains::System::Timer::Timer::~Timer | ( | void | ) |
TODO: TIM: Documentation: Teach the user how to use this.
Seconds TurtleBrains::System::Timer::Timer::GetDeltaTime | ( | void | ) |
TODO: TIM: Documentation: Teach the user how to use this.
Seconds TurtleBrains::System::Timer::Timer::GetTotalTime | ( | void | ) |
TODO: TIM: Documentation: Teach the user how to use this.
void TurtleBrains::System::Timer::Timer::Reset | ( | void | ) |
TODO: TIM: Documentation: Teach the user how to use this.
void TurtleBrains::System::Timer::Timer::Update | ( | void | ) |
TODO: TIM: Documentation: Teach the user how to use this.