CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Timer.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::TTimer< Clock >
 

Namespaces

namespace  CeresEngine
 

Typedefs

using CeresEngine::Timer = TTimer< std::chrono::system_clock >
 
using CeresEngine::SteadyTimer = TTimer< std::chrono::steady_clock >
 
using CeresEngine::HighResolutionTimer = TTimer< std::chrono::high_resolution_clock >