mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
Implement/match Radio, RadioState (#509)
* WIP RadioState * WIP * WIP * Implement/match Radio/RadioState * Fix naming * Use sizeof
This commit is contained in:
committed by
GitHub
parent
743e042564
commit
cdf76754f7
@@ -28,18 +28,8 @@ public:
|
||||
// SYNTHETIC: LEGO1 0x100260a0
|
||||
// LegoVehicleBuildState::`scalar deleting destructor'
|
||||
|
||||
public:
|
||||
struct UnkStruct {
|
||||
undefined4 m_unk0x00; // 0x00
|
||||
undefined2 m_unk0x04; // 0x04
|
||||
undefined2 m_unk0x06; // 0x06
|
||||
undefined2 m_unk0x08; // 0x08
|
||||
|
||||
UnkStruct();
|
||||
};
|
||||
|
||||
private:
|
||||
UnkStruct m_unk0x08[4]; // 0x08
|
||||
StateStruct m_unk0x08[4]; // 0x08
|
||||
|
||||
// This can be one of the following:
|
||||
// * LegoRaceCarBuildState
|
||||
|
||||
Reference in New Issue
Block a user