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 @@ class SpriteFile;
|
||||
namespace io
|
||||
{
|
||||
|
||||
class SpriteFileWriter : public MemoryWriter
|
||||
class SpriteFileWriter : public MemoryCopyWriter
|
||||
{
|
||||
MEMORYWRITER_BASE();
|
||||
MEMORYCOPYWRITER_BASE();
|
||||
public:
|
||||
SpriteFileWriter(atUint8* data, atUint64 length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user