2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

CTimeProvider: Move global instance to cpp file

This isn't used anywhere externally, so we can keep it hidden in the cpp
file.
This commit is contained in:
Lioncash
2020-04-26 03:05:18 -04:00
parent 002102c530
commit deff9d054b
2 changed files with 12 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
#pragma once
namespace urde {
class CTimeProvider;
class CTimeProvider {
public:
static CTimeProvider* g_currentTimeProvider;
const float& x0_currentTime; // in seconds
bool x4_first = true;
CTimeProvider* x8_lastProvider = nullptr;