mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user