1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Wip on zip serialize fixes

This commit is contained in:
AlexVinS
2015-08-13 03:29:13 +03:00
committed by AlexVinS
parent 27a29bd035
commit f2164abf1b
6 changed files with 32 additions and 9 deletions

View File

@@ -75,6 +75,8 @@ public:
* @return the length in bytes of the stream.
*/
si64 getSize() override;
const TBuffer & getBuffer(){return buffer;}
private:
/** Actual data. */