implement BuildingEntity functions (#617)

* implement BuildingEntity functions

* fix build

* Update infocenterentity.h
This commit is contained in:
Misha
2024-03-02 17:11:03 -05:00
committed by GitHub
parent de5cd98b76
commit a6cf0b5856
8 changed files with 31 additions and 6 deletions

View File

@@ -20,6 +20,9 @@ public:
return !strcmp(p_name, InfoCenterEntity::ClassName()) || BuildingEntity::IsA(p_name);
}
// STUB: LEGO1 0x100150c0
MxLong VTable0x50(MxParam& p_param) override { return 0; }
// SYNTHETIC: LEGO1 0x1000f7b0
// InfoCenterEntity::`scalar deleting destructor'
};