59 template<
typename Clock>
62 static_assert(!std::is_same<Clock, Clock>::value,
"Missing specialization for GetGameTimePoint");
std::chrono::system_clock::time_point SystemTimePoint
std::chrono::steady_clock::time_point TimePoint
time_point shorthand typedefs
TC_GAME_API SystemTimePoint GetTime< std::chrono::system_clock >()
Clock::time_point GetTime()
Current chrono Clock time point.
SystemTimePoint GetSystemTime()
Current chrono system_clock time point.
TC_GAME_API TimePoint GetTime< std::chrono::steady_clock >()
TimePoint Now()
Current chrono steady_clock time point.
tm const * GetDateAndTime()
TimePoint GameTimeSteadyPoint
uint32 GetUptime()
Uptime (in secs)
SystemTimePoint GameTimeSystemPoint