* Refactor Stream and *Reader classes

This commit is contained in:
2015-03-01 12:42:39 -08:00
parent 66962c554f
commit c28cfbaba6
40 changed files with 349 additions and 296 deletions

View File

@@ -17,7 +17,7 @@
#ifndef SSPRITEFILEWRITER_HPP
#define SSPRITEFILEWRITER_HPP
#include "Athena/BinaryWriter.hpp"
#include "Athena/MemoryWriter.hpp"
namespace Athena
{
@@ -29,9 +29,9 @@ class SpriteFile;
namespace io
{
class SpriteFileWriter : public BinaryWriter
class SpriteFileWriter : public MemoryWriter
{
BINARYWRITER_BASE();
MEMORYWRITER_BASE();
public:
SpriteFileWriter(atUint8* data, atUint64 length);