mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 14:07:44 +00:00
added buffer-copying subclass to MemoryReader/Writer
This commit is contained in:
@@ -24,9 +24,9 @@ namespace Athena
|
||||
class SkywardSwordFile;
|
||||
namespace io
|
||||
{
|
||||
class SkywardSwordFileReader : public MemoryReader
|
||||
class SkywardSwordFileReader : public MemoryCopyReader
|
||||
{
|
||||
MEMORYREADER_BASE();
|
||||
MEMORYCOPYREADER_BASE();
|
||||
public:
|
||||
|
||||
SkywardSwordFileReader(atUint8* data, atUint64 length);
|
||||
|
||||
Reference in New Issue
Block a user