mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 13:38:03 +00:00
* Move MCSlot.hpp to it's proper home
This commit is contained in:
17
include/Athena/MCSlot.hpp
Normal file
17
include/Athena/MCSlot.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef MCSLOT_HPP
|
||||
#define MCSLOT_HPP
|
||||
|
||||
#include "Athena/Global.hpp"
|
||||
#include "Athena/ZQuestFile.hpp"
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
class MCSlot : public ZQuestFile
|
||||
{
|
||||
public:
|
||||
MCSlot(atUint8* data, atUint32 length);
|
||||
};
|
||||
|
||||
} // Athena
|
||||
|
||||
#endif // MCSLOT_HPP
|
||||
Reference in New Issue
Block a user