Files
2022-10-26 12:25:11 +08:00

23 lines
635 B
C++

// SkillSlotContainer.h: interface for the CSkillSlotContainer class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SKILLSLOTCONTAINER_H__4641F4BA_5134_41EC_83B1_DBAAE54E4F02__INCLUDED_)
#define AFX_SKILLSLOTCONTAINER_H__4641F4BA_5134_41EC_83B1_DBAAE54E4F02__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "SCSkillSlotContainer.h"
class CSkillSlotContainer : public SCSkillSlotContainer
{
public:
CSkillSlotContainer();
virtual ~CSkillSlotContainer();
};
#endif // !defined(AFX_SKILLSLOTCONTAINER_H__4641F4BA_5134_41EC_83B1_DBAAE54E4F02__INCLUDED_)