mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Fix silly bug
This commit is contained in:
@@ -30,7 +30,7 @@ namespace io
|
||||
|
||||
class SpriteFileReader : public BinaryReader
|
||||
{
|
||||
BINARYREADER_BASE;
|
||||
BINARYREADER_BASE();
|
||||
public:
|
||||
SpriteFileReader(Uint8* data, Uint64 length);
|
||||
SpriteFileReader(const std::string& filepath);
|
||||
|
||||
Reference in New Issue
Block a user