Fixes
This commit is contained in:
@ -40,6 +40,11 @@ namespace IACore
|
||||
Logger::Terminate();
|
||||
}
|
||||
|
||||
BOOL IsInitialized()
|
||||
{
|
||||
return g_coreInitCount > 0;
|
||||
}
|
||||
|
||||
UINT64 GetUnixTime()
|
||||
{
|
||||
auto now = std::chrono::system_clock::now();
|
||||
|
||||
@ -56,6 +56,8 @@ namespace IACore
|
||||
// Safe to call multiple times but, every Initialize call is paired with a corresponding Terminate call
|
||||
VOID Terminate();
|
||||
|
||||
BOOL IsInitialized();
|
||||
|
||||
UINT64 GetUnixTime();
|
||||
UINT64 GetTicksCount();
|
||||
FLOAT64 GetSecondsCount();
|
||||
|
||||
Reference in New Issue
Block a user