mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Refactor LegoContainer (#587)
* Refactor LegoContainer * Fix name * Fix build * Refactor some includes * Update STL compat * Fix * Fix annotations
This commit is contained in:

committed by
GitHub

parent
9d8820ee06
commit
6b1c75ab5a
@@ -30,11 +30,12 @@ public:
|
||||
|
||||
private:
|
||||
void Init();
|
||||
int m_unk0x68;
|
||||
int m_unk0x6c;
|
||||
undefined m_unk0x70;
|
||||
MxString m_string; // 0x74
|
||||
undefined m_unk0x84;
|
||||
|
||||
undefined4 m_unk0x68; // 0x68
|
||||
undefined4 m_unk0x6c; // 0x6c
|
||||
undefined m_unk0x70; // 0x70
|
||||
MxString m_unk0x74; // 0x74
|
||||
undefined m_unk0x84; // 0x84
|
||||
};
|
||||
|
||||
#endif // LEGOPHONEMEPRESENTER_H
|
||||
|
Reference in New Issue
Block a user