Athena IO Library
MCSlot.hpp
1 #ifndef MCSLOT_HPP
2 #define MCSLOT_HPP
3 
4 #include "Athena/Global.hpp"
5 #include "Athena/ZQuestFile.hpp"
6 
7 namespace Athena
8 {
9 class MCSlot : public ZQuestFile
10 {
11 public:
12  MCSlot(atUint8* data, atUint32 length);
13 };
14 
15 } // Athena
16 
17 #endif // MCSLOT_HPP
atUint8 * data() const
data
ZQuestFile is an export format for save data.
Definition: ZQuestFile.hpp:33
atUint32 length() const
length