2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 14:27:42 +00:00

Rename globals

This commit is contained in:
2016-02-07 08:15:43 -08:00
parent 8fbe6a953c
commit a96601f1b4
4 changed files with 15 additions and 17 deletions

View File

@@ -3,10 +3,10 @@
namespace Retro
{
class CTimeProvider;
extern CTimeProvider* g_TimeProvider;
class CTimeProvider
{
public:
static CTimeProvider* g_currentTimeProvider;
const float& x0_currentTime; // in seconds
bool x4_first = true;
CTimeProvider* x8_lastProvider = nullptr;