Implement/match Radio, RadioState (#509)

* WIP RadioState

* WIP

* WIP

* Implement/match Radio/RadioState

* Fix naming

* Use sizeof
This commit is contained in:
Christian Semmler
2024-01-30 13:57:20 -05:00
committed by GitHub
parent 743e042564
commit cdf76754f7
11 changed files with 279 additions and 44 deletions

View File

@@ -43,6 +43,19 @@ public:
// SYNTHETIC: LEGO1 0x10006160
// LegoState::`scalar deleting destructor'
// SIZE 0x0c
struct StateStruct {
void* m_unk0x00; // 0x00
undefined2 m_unk0x04; // 0x04
undefined2 m_unk0x06; // 0x06
MxU16 m_unk0x08; // 0x08
StateStruct();
MxU32 FUN_10014d00();
MxBool FUN_10014de0(MxU32 p_objectId);
};
};
#endif // LEGOSTATE_H