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(std::unique_ptr<atUint8[]>&& data, atUint32 length);
13 };
14 
15 } // Athena
16 
17 #endif // MCSLOT_HPP
ZQuestFile is an export format for save data.
Definition: ZQuestFile.hpp:34
atUint8 * data() const
data
atUint32 length() const
length