Implement/match LegoEntity::VTable0x3c (#680)

This commit is contained in:
Christian Semmler
2024-03-15 22:20:44 -04:00
committed by GitHub
parent bf6765b575
commit 70e8796af3
7 changed files with 43 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#include "misc/legostorage.h"
#include "mxcore.h"
class LegoEntity;
class LegoROI;
// VTABLE: LEGO1 0x100d6758
@@ -28,6 +29,7 @@ public:
void FUN_100263a0(undefined4 p_und);
void Save(LegoStorage* p_storage);
MxResult Load(LegoStorage* p_storage);
MxBool FUN_100269e0(LegoEntity* p_entity);
MxU32 FUN_10026ba0(LegoROI*, MxBool);
void FUN_10027120();