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:
11
src/Athena/MCSlot.cpp
Normal file
11
src/Athena/MCSlot.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "MCSlot.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
|
||||
MCSlot::MCSlot(atUint8* data, atUint32 length)
|
||||
: ZQuestFile(ZQuestFile::MC, Endian::LittleEndian, data, length)
|
||||
{
|
||||
}
|
||||
|
||||
} // Athena
|
||||
Reference in New Issue
Block a user