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:
@@ -80,6 +80,7 @@ public:
|
||||
u32 LoadUnsigned(u8 q);
|
||||
s32 LoadSigned(u8 q);
|
||||
bool LoadBool();
|
||||
size_t GetCurBit() const { return m_bitIdx; }
|
||||
};
|
||||
|
||||
class CSegIdToIndexConverter
|
||||
|
||||
Reference in New Issue
Block a user