mirror of
https://github.com/libAthena/athena.git
synced 2025-10-04 09:19:37 +00:00
13 lines
227 B
C++
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
|