Implement/match LegoEntity::VTable0x34 (#633)

* Implement/match LegoEntity::VTable0x34

* Change parameter name

* Fix order
This commit is contained in:
Christian Semmler
2024-03-06 14:12:20 -05:00
committed by GitHub
parent 71bcd4c771
commit a12146f52f
10 changed files with 76 additions and 14 deletions

View File

@@ -5,6 +5,8 @@
#include "misc/legostorage.h"
#include "mxcore.h"
class LegoROI;
// VTABLE: LEGO1 0x100d6758
// SIZE 0x2c
class LegoPlantManager : public MxCore {
@@ -26,6 +28,7 @@ public:
void FUN_100263a0(undefined4 p_und);
void Save(LegoStorage* p_storage);
MxResult Load(LegoStorage* p_storage);
MxU32 FUN_10026ba0(LegoROI*, MxBool);
void FUN_10027120();
static void SetCustomizeAnimFile(const char* p_value);