* Rename datatypes to prevent collision

This commit is contained in:
2014-06-17 21:51:18 -07:00
parent cc71bec5d7
commit 5f74cdb9ed
74 changed files with 1134 additions and 1052 deletions

View File

@@ -32,7 +32,7 @@ class SpriteFileWriter : public BinaryWriter
{
BINARYWRITER_BASE;
public:
SpriteFileWriter(Uint8* data, Uint64 length);
SpriteFileWriter(atUint8* data, atUint64 length);
SpriteFileWriter(const std::string& filepath);