2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

ANIM3 Bitstream reader fixes

This commit is contained in:
Jack Andersen
2016-09-09 10:16:54 -10:00
parent d8b141bcfa
commit 529223e311
5 changed files with 11 additions and 11 deletions

View File

@@ -80,6 +80,7 @@ public:
u32 LoadUnsigned(u8 q);
s32 LoadSigned(u8 q);
bool LoadBool();
size_t GetCurBit() const { return m_bitIdx; }
};
class CSegIdToIndexConverter