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

@@ -30,5 +30,5 @@ public:
* @param size The number of bytes to write.
* @return the number of bytes written actually.
*/
virtual si64 write(ui8 * data, si64 size) = 0;
virtual si64 write(const ui8 * data, si64 size) = 0;
};