athena/include/athena/MCSlot.hpp
2018-12-07 19:18:17 -10:00

13 lines
227 B
C++

#pragma once
#include "athena/Global.hpp"
#include "athena/ZQuestFile.hpp"
namespace athena {
class MCSlot : public ZQuestFile {
public:
MCSlot(std::unique_ptr<atUint8[]>&& data, atUint32 length);
};
} // namespace athena