Ambulance::Create, dtor (#719)

* Ambulance::Create, dtor

* annotations

* fix

* remove comment

---------

Co-authored-by: Ramen2X <rmn@legoisland.org>
Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Joshua Peisach
2024-03-24 17:28:44 -04:00
committed by GitHub
parent 313bd9ffd0
commit 3f6f59852f
6 changed files with 62 additions and 20 deletions

View File

@@ -177,9 +177,9 @@ public:
void SetCurrentAct(Act p_currentAct);
void FindLoadedAct();
void RegisterState(LegoState* p_state);
private:
void RegisterState(LegoState* p_state);
MxResult WriteVariable(LegoStorage* p_storage, MxVariableTable* p_from, const char* p_variableName);
MxResult WriteEndOfVariables(LegoStorage* p_storage);
MxS32 ReadVariable(LegoStorage* p_storage, MxVariableTable* p_to);