mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
Add size assertions for legoomni and fix sizes
This commit is contained in:
@@ -3,8 +3,17 @@
|
||||
|
||||
#include "legostate.h"
|
||||
|
||||
// SIZE 0x14
|
||||
struct PizzeriaStateStruct {
|
||||
undefined4 m_unk0x00; // 0x00
|
||||
undefined4 m_unk0x04; // 0x04
|
||||
undefined4 m_unk0x08; // 0x08
|
||||
undefined4 m_unk0x0c; // 0x0c
|
||||
undefined4 m_unk0x10; // 0x10
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d5ee8
|
||||
// SIZE 0xb4
|
||||
// SIZE 0x58
|
||||
class PizzeriaState : public LegoState {
|
||||
public:
|
||||
PizzeriaState();
|
||||
@@ -26,6 +35,10 @@ public:
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10017ce0
|
||||
// PizzeriaState::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
Playlist m_unk0x08[5]; // 0x08
|
||||
PizzeriaStateStruct m_unk0x44; // 0x44
|
||||
};
|
||||
|
||||
#endif // PIZZERIASTATE_H
|
||||
|
||||
Reference in New Issue
Block a user