mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 02:19:10 +00:00
Nearly match DolphinCTexture and various cleanups
Former-commit-id: 76f3ff2603441ac6aa39fa009e7f466e84c8bc56
This commit is contained in:
@@ -44,7 +44,8 @@ public:
|
||||
// CIEKeyframeEmitter / rstl::vector(CInputStream&)
|
||||
// why?
|
||||
int ReadInt32() { return static_cast< uint >(Get(TType< int >())); }
|
||||
u16 ReadUint16() { return Get<u16>(); }
|
||||
ushort ReadUint16() { return Get<ushort>(); }
|
||||
short ReadInt16() { return Get<short>(); }
|
||||
|
||||
uint GetBlockOffset() const { return x4_blockOffset; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user