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

Various stubs, and starting on core functionality

This commit is contained in:
2015-11-02 10:45:39 -08:00
parent 1e55a59568
commit b261e09f51
33 changed files with 360 additions and 70 deletions

View File

@@ -7,8 +7,8 @@ extern CTimeProvider* g_TimeProvider;
class CTimeProvider
{
public:
const float& x0_currentTime; // in seconds
bool x4_first = true;
const float& x0_currentTime; // in seconds
bool x4_first = true;
CTimeProvider* x8_lastProvider = nullptr;
CTimeProvider(const float& time);