zonegroupthread.h

来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 57 行

H
57
字号
////////////////////////////////////////////////////////////////////////// Filename    : ZoneGroupThread.h// Written by  : reiot@ewestsoft.com// Description : ////////////////////////////////////////////////////////////////////////#ifndef __ZONE_THREAD_H__#define __ZONE_THREAD_H__// include files#include "Types.h"#include "Exception.h"#include "Thread.h"#include "ZoneGroup.h"////////////////////////////////////////////////////////////////////////// class ZoneGroupThread;//// 窍唱狼 粮弊缝(ZoneGroup)阑 该酒辑 包府窍绰 静饭靛肺辑, 粮弊缝俊 // 辆加等 PC, 粮俊 家加等 NPC客 MOB, 粮狼 阿辆 贸府.. 殿阑 傈淬茄促.// 溜 粮弊缝俊辑绰 鉴瞒 贸府啊 捞风绢瘤霸 等促.////////////////////////////////////////////////////////////////////////class ZoneGroupThread : public Thread {public:	// constructor	ZoneGroupThread(ZoneGroup* pZoneGroup) throw();	// destructor	~ZoneGroupThread() throw();	// main method	void run() throw();	// get debug string	string toString() const throw();	// get thread's name	string getName() const throw() { return "ZoneGroupThread"; }//#ifdef __NO_COMBAT__	ZoneGroup* getZoneGroup(){ return m_pZoneGroup; } // 辫版籍//#endifprivate:	ZoneGroup* m_pZoneGroup;};#endif

⌨️ 快捷键说明

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