mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
added buffer-copying subclass to MemoryReader/Writer
This commit is contained in:
@@ -29,9 +29,9 @@ class SpriteFile;
|
||||
namespace io
|
||||
{
|
||||
|
||||
class SpriteFileReader : public MemoryReader
|
||||
class SpriteFileReader : public MemoryCopyReader
|
||||
{
|
||||
MEMORYREADER_BASE();
|
||||
MEMORYCOPYREADER_BASE();
|
||||
public:
|
||||
SpriteFileReader(atUint8* data, atUint64 length);
|
||||
SpriteFileReader(const std::string& filepath);
|
||||
|
||||
Reference in New Issue
Block a user