mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Start to fill in save related classes
* Fix silly bug in WiiSave * Fix typos in Utilitiy.*
This commit is contained in:
@@ -34,7 +34,7 @@ namespace io
|
||||
* all work is done using a memory buffer, and not read directly from the disk.
|
||||
* \sa BinaryReader
|
||||
*/
|
||||
class MCFileReader : protected BinaryReader
|
||||
class MCFileReader : public BinaryReader
|
||||
{
|
||||
BINARYREADER_BASE();
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user