|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/Function.hpp"#include "CeresEngine/Foundation/SmartPtr.hpp"#include "CeresEngine/Foundation/Threading/ExecutionContext.hpp"#include <asio/high_resolution_timer.hpp>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 > |