mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
fix build
This commit is contained in:
parent
e4276cf654
commit
0350ccbb0a
@ -21,7 +21,7 @@ class BeachHouseEntity : public BuildingEntity {
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100153b0
|
||||
virtual MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f970
|
||||
// BeachHouseEntity::`scalar deleting destructor'
|
||||
|
||||
@ -21,7 +21,7 @@ class GasStationEntity : public BuildingEntity {
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100151d0
|
||||
virtual MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f890
|
||||
// GasStationEntity::`scalar deleting destructor'
|
||||
|
||||
@ -21,7 +21,7 @@ class HospitalEntity : public BuildingEntity {
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10015270
|
||||
virtual MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f820
|
||||
// HospitalEntity::`scalar deleting destructor'
|
||||
|
||||
@ -21,7 +21,7 @@ class InfoCenterEntity : public BuildingEntity {
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100150c0
|
||||
virtual MxLong VTable0x50(MxParam& p_param) { return 0; }
|
||||
MxLong VTable0x50(MxParam& p_param) { return 0; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f7b0
|
||||
// InfoCenterEntity::`scalar deleting destructor'
|
||||
|
||||
@ -21,7 +21,7 @@ class PoliceEntity : public BuildingEntity {
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10015310
|
||||
virtual MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f900
|
||||
// PoliceEntity::`scalar deleting destructor'
|
||||
|
||||
@ -20,7 +20,7 @@ class RaceStandsEntity : public BuildingEntity {
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10015450
|
||||
virtual MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
MxLong VTable0x50(MxParam& p_param) override { return 0; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f9e0
|
||||
// RaceStandsEntity::`scalar deleting destructor'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user