mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00

committed by
GitHub

parent
475d21f8c8
commit
641d9f1b8b
@@ -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'
|
||||
|
Reference in New Issue
Block a user