athena/src/athena/MCSlot.cpp

9 lines
213 B
C++

#include "athena/MCSlot.hpp"
namespace athena {
MCSlot::MCSlot(std::unique_ptr<atUint8[]>&& data, atUint32 length)
: ZQuestFile(ZQuestFile::MC, Endian::Little, std::move(data), length) {}
} // namespace athena