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 0x100d6f50
@@ -31,6 +32,7 @@ public:
void FUN_1002fb30();
MxResult Save(LegoStorage* p_storage);
MxResult Load(LegoStorage* p_storage);
MxBool FUN_1002fdb0(LegoEntity* p_entity);
MxU32 FUN_1002ff40(LegoROI*, MxBool);
void FUN_10030590();