1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Define bridge interface to minizip IOAPI

This commit is contained in:
AlexVinS
2015-08-11 14:44:47 +03:00
committed by AlexVinS
parent 8f209b17b6
commit b3ac146ba9
8 changed files with 159 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ CMemoryBuffer::CMemoryBuffer():
}
si64 CMemoryBuffer::write(ui8 * data, si64 size)
si64 CMemoryBuffer::write(const ui8 * data, si64 size)
{
buffer.reserve(tell()+size);