⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 citemctrl.h

📁 国外网络游戏 《The Kingdom of the Winds》 的服务端源码C+编写 有兴趣的可以
💻 H
字号:
// cItemCtrl.h: interface for the cItemCtrl class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_CITEMCTRL_H__7901B6A7_0FCF_11D5_B811_00C026DC0C35__INCLUDED_)
#define AFX_CITEMCTRL_H__7901B6A7_0FCF_11D5_B811_00C026DC0C35__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class cItemCtrl  
{
public:
	void PickUpMapItem(int s);
	void SaveItems();
	void LoadItems();
	int itemcount;
	void PreLoadItems();
	cItemCtrl();
	virtual ~cItemCtrl();

	void ThrowItem(int s,int slots);
	void GetItem(int s,int slot);
	void SendItemBox(int s);

//	char MapItem[256];
};

#endif // !defined(AFX_CITEMCTRL_H__7901B6A7_0FCF_11D5_B811_00C026DC0C35__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -