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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user