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

Added draft of IO memeory buffer

This commit is contained in:
AlexVinS
2015-08-08 18:21:50 +03:00
committed by AlexVinS
parent 221ec55f51
commit c965f9d02d
4 changed files with 157 additions and 2 deletions

View File

@@ -14,7 +14,8 @@
/**
* A class which provides method definitions for reading from memory.
*/
* @deprecated use CMemoryBuffer
*/
class DLL_LINKAGE CMemoryStream : public CInputStream
{
public: