Match SGameFileSlot::InitializeFromGameState (and a few others)

Former-commit-id: 9bd9f9c32f
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-11 20:09:26 +03:00
parent b1da312932
commit cc98c4bdaf
5 changed files with 17 additions and 5 deletions

View File

@@ -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