mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
added buffer-copying subclass to MemoryReader/Writer
This commit is contained in:
@@ -29,9 +29,9 @@ namespace io
|
||||
/*!
|
||||
* \brief The ZQuestFileReader class
|
||||
*/
|
||||
class ZQuestFileReader : protected MemoryReader
|
||||
class ZQuestFileReader : protected MemoryCopyReader
|
||||
{
|
||||
MEMORYREADER_BASE();
|
||||
MEMORYCOPYREADER_BASE();
|
||||
|
||||
public:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user