mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Add remaining classes, implement/match LegoObjectFactory (#1026)
* Add missing classes * Match LegoObjectFactory * Remove semicolon * Add symbol * Fix
This commit is contained in:

committed by
GitHub

parent
abb4483e18
commit
cf576ca78f
@@ -8,7 +8,7 @@
|
||||
// SIZE 0x50
|
||||
class LegoVehicleBuildState : public LegoState {
|
||||
public:
|
||||
LegoVehicleBuildState(char* p_classType);
|
||||
LegoVehicleBuildState(const char* p_classType);
|
||||
|
||||
// FUNCTION: LEGO1 0x10025ff0
|
||||
inline const char* ClassName() const override // vtable+0x0c
|
||||
@@ -49,6 +49,11 @@ public:
|
||||
MxU8 m_placedPartCount; // 0x4f
|
||||
};
|
||||
|
||||
typedef LegoVehicleBuildState LegoRaceCarBuildState;
|
||||
typedef LegoVehicleBuildState LegoCopterBuildState;
|
||||
typedef LegoVehicleBuildState LegoDuneCarBuildState;
|
||||
typedef LegoVehicleBuildState LegoJetskiBuildState;
|
||||
|
||||
// VTABLE: LEGO1 0x100d6658
|
||||
// SIZE 0x34c
|
||||
class LegoCarBuild : public LegoWorld {
|
||||
|
Reference in New Issue
Block a user