Fix CaveEntity class (#1024)

* Fix CaveEntity class

* Rename function
This commit is contained in:
Christian Semmler
2024-06-12 10:20:51 -04:00
committed by GitHub
parent 475d21f8c8
commit 641d9f1b8b
6 changed files with 55 additions and 27 deletions

View File

@@ -3,6 +3,8 @@
#include "legoentity.h"
class LegoEventNotificationParam;
// VTABLE: LEGO1 0x100d5c88
// SIZE 0x68
class BuildingEntity : public LegoEntity {
@@ -25,7 +27,7 @@ public:
return !strcmp(p_name, BuildingEntity::ClassName()) || LegoEntity::IsA(p_name);
}
virtual MxLong VTable0x50(MxParam& p_param) = 0;
virtual MxLong HandleClick(LegoEventNotificationParam& p_param) = 0;
// SYNTHETIC: LEGO1 0x10015010
// BuildingEntity::`scalar deleting destructor'