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:
@@ -36,9 +36,9 @@ namespace io
|
||||
* all work is done using a memory buffer, and not written directly to the disk.
|
||||
* \sa BinaryReader
|
||||
*/
|
||||
class WiiSaveWriter : protected MemoryWriter
|
||||
class WiiSaveWriter : protected MemoryCopyWriter
|
||||
{
|
||||
MEMORYWRITER_BASE();
|
||||
MEMORYCOPYWRITER_BASE();
|
||||
public:
|
||||
/*! \brief This constructor creates an instance from a file on disk.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user