Add CMemoryCardDriver::BuildExistingFileSlot

Former-commit-id: 8487d3751b
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-11 19:28:27 +03:00
parent b079ad7432
commit 5198e478f2
5 changed files with 19 additions and 5 deletions

View File

@@ -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();
};