* Move MCSlot.hpp to it's proper home

This commit is contained in:
2015-05-17 18:33:35 -07:00
parent 914cccd5d2
commit a563d65388
2 changed files with 0 additions and 10 deletions

17
include/Athena/MCSlot.hpp Normal file
View 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