mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 14:06:07 +00:00
Match SGameFileSlot::InitializeFromGameState (and a few others)
Former-commit-id: 9bd9f9c32f
This commit is contained in:
@@ -12,6 +12,12 @@ public:
|
||||
|
||||
CMemoryStreamOut(void* buffer, size_t len, EOwnerShip ownerShip = kOS_NotOwned, int blockLen = 4096);
|
||||
virtual ~CMemoryStreamOut();
|
||||
|
||||
private:
|
||||
u8* x7c_ptr;
|
||||
u32 x80_len;
|
||||
u32 x84_position;
|
||||
bool x88_owned;
|
||||
};
|
||||
|
||||
#endif // _CMEMORYSTREAMOUT
|
||||
|
||||
Reference in New Issue
Block a user