Add member offsets in HospitalState header

This commit is contained in:
Joshua Peisach 2023-12-27 13:28:40 -05:00
parent 6fb7eec39c
commit d1fb7e1ba9
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -24,14 +24,14 @@ class HospitalState : public LegoState {
} }
private: private:
// TODO: Figure out unused type // TODO: Figure out unused types
undefined m_unk0x8[4]; undefined m_unk0x8[4]; // 0x8
undefined2 m_unk0xc; undefined2 m_unk0xc; // 0xc
undefined2 m_unk0xe; undefined2 m_unk0xe; // 0xe
undefined2 m_unk0x10; undefined2 m_unk0x10; // 0x10
undefined2 m_unk0x12; undefined2 m_unk0x12; // 0x12
undefined2 m_unk0x14; undefined2 m_unk0x14; // 0x14
undefined2 m_unk0x16; undefined2 m_unk0x16; // 0x16
}; };
#endif // HOSPITALSTATE_H #endif // HOSPITALSTATE_H