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

📄 gobjectdefine.h

📁 五行MMORPG引擎系统V1.0
💻 H
字号:
//GObjectDefine.h
/*/////////////////////////////////////////////////////////////////

   李亦
	liease@163.com 4040719
	2006-8-8
/*/////////////////////////////////////////////////////////////////
#ifndef _RPG__GOBJECTDEFINE_H_
#define _RPG__GOBJECTDEFINE_H_

namespace RPG
{

/*
	//U32 SearchBagGoods		(GGoods* pGGoods);
	//U32 RemoveBagGoods		(GGoods* pGGoods);
	//void RemoveBagGoods		(U32 nIndex);
	//GGoods* GetBagGoods		(U32 nIndex);
	//U32 SearchEquipment		(GGoods* pGGoods);
	//U32 RemoveEquipment		(GGoods* pGGoods);
	//void RemoveEquipment		(U32 nIndex);
*/
//#define DECLARE_ARRAY_MEMBER(Name)\
//	Vector<G##Name*>		m_ar##Name##s;\
//	inline U32 Add##Name	(G##Name* pGObject)\
//		{ return m_ar##Name##s.addExist(pGObject);}


};//namespace RPG
#endif //_RPG__GOBJECTDEFINE_H_

⌨️ 快捷键说明

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