TurtleBrains  0.2.1
High quality, portable, C++ API for native application and game development.
TurtleBrains::System::Timer::Timer Class Reference

#include <tb_system_timer.h>

Public Member Functions

 Timer (void)
 
 ~Timer (void)
 
void Reset (void)
 
void Update (void)
 
Seconds GetDeltaTime (void)
 
Seconds GetTotalTime (void)
 

Detailed Description

TODO: TIM: Documentation: Teach the user how to use this.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.