pyogukslot.h

来自「墨香最新私服」· C头文件 代码 · 共 31 行

H
31
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?