* Align name of Create method with known source
Fix name in Score for reccmp

* Also update MxEntity::Vtable0x14
This commit is contained in:
Nathan M Gilbert
2023-11-18 10:08:49 -05:00
committed by GitHub
parent eee80250c0
commit 93eb4dc82d
10 changed files with 27 additions and 27 deletions

View File

@@ -29,13 +29,13 @@ public:
}
// OFFSET: LEGO1 0x100011e0 TEMPLATE
// Helicopter::`scalar deleting destructor'
// Score::`scalar deleting destructor'
virtual MxResult InitFromMxDSObject(MxDSObject& p_dsObject) override; // vtable+18
virtual void Stop() override; // vtable+50
virtual MxBool VTable0x5c() override; // vtable+5c
virtual MxBool VTable0x64() override; // vtable+64
virtual void VTable0x68(MxBool p_add) override; // vtable+68
virtual MxResult Create(MxDSObject& p_dsObject) override; // vtable+18
virtual void Stop() override; // vtable+50
virtual MxBool VTable0x5c() override; // vtable+5c
virtual MxBool VTable0x64() override; // vtable+64
virtual void VTable0x68(MxBool p_add) override; // vtable+68
void Paint();
MxLong FUN_10001510(MxEndActionNotificationParam& p);