mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 13:26:07 +00:00
Add CMemoryCardDriver::BuildExistingFileSlot
Former-commit-id: 8487d3751b
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
kOS_NotOwned,
|
||||
};
|
||||
|
||||
CMemoryStreamOut(uchar* buffer, size_t len, EOwnerShip ownerShip = kOS_NotOwned, int blockLen = 4096);
|
||||
CMemoryStreamOut(void* buffer, size_t len, EOwnerShip ownerShip = kOS_NotOwned, int blockLen = 4096);
|
||||
virtual ~CMemoryStreamOut();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user