mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Fix various state classes/missing annotations (#503)
This commit is contained in:

committed by
GitHub

parent
96234ddc23
commit
35def3013a
@@ -30,11 +30,11 @@ public:
|
||||
// AnimState::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x8;
|
||||
undefined4 m_unk0xc;
|
||||
void* m_unk0x10;
|
||||
undefined4 m_unk0x14;
|
||||
void* m_unk0x18;
|
||||
undefined4 m_unk0x8; // 0x08
|
||||
undefined4 m_unk0xc; // 0x0c
|
||||
void* m_unk0x10; // 0x10
|
||||
undefined4 m_unk0x14; // 0x14
|
||||
void* m_unk0x18; // 0x18
|
||||
};
|
||||
|
||||
#endif // ANIMSTATE_H
|
||||
|
Reference in New Issue
Block a user