mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
implement BuildingEntity functions (#617)
* implement BuildingEntity functions * fix build * Update infocenterentity.h
This commit is contained in:
@@ -25,6 +25,8 @@ public:
|
||||
return !strcmp(p_name, BuildingEntity::ClassName()) || LegoEntity::IsA(p_name);
|
||||
}
|
||||
|
||||
virtual MxLong VTable0x50(MxParam& p_param) = 0;
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10015010
|
||||
// BuildingEntity::`scalar deleting destructor'
|
||||
};
|
||||
|
Reference in New Issue
Block a user