📄 pyogukslot.h
字号:
// PyogukSlot.h: interface for the CPyogukSlot class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PYOGUKSLOT_H__E1C39D74_F581_42E9_9C2B_74E61B2C8ABF__INCLUDED_)
#define AFX_PYOGUKSLOT_H__E1C39D74_F581_42E9_9C2B_74E61B2C8ABF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ItemSlot.h"
class CPyogukSlot : public CItemSlot
{
public:
CPyogukSlot();
virtual ~CPyogukSlot();
WORD GetPyogukNum() { return m_pyogukNum; }
void SetPyogukNum(WORD num) { m_pyogukNum = num; }
// void SetPyogukMoney(MONEYTYPE m);
// MONEYTYPE GetPyogukMoney();
protected:
WORD m_pyogukNum; // Ç¥±¹Ã¢¿¡ °³¼ö Çϳª·Î ÅëÇÕ
};
#endif // !defined(AFX_PYOGUKSLOT_H__E1C39D74_F581_42E9_9C2B_74E61B2C8ABF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -