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

📄 resurrectlocationmanager.h

📁 天之炼狱1服务器端源文件游戏服务端不完整
💻 H
字号:
//////////////////////////////////////////////////////////////////////////////// Filename    : ResurrectLocationManager.h// Written by  : excel96// Description : // 敲饭捞绢啊 磷菌阑 锭 促矫 怕绢唱绰 何劝 困摹甫 粮 喊肺 历厘窍绊// 乐绰 甘捞促. //////////////////////////////////////////////////////////////////////////////#ifndef __RESURRECTMANAGER_H__#define __RESURRECTMANAGER_H__#include "Types.h"#include "Exception.h"#include <hash_map>//////////////////////////////////////////////////////////////////////////////// class ResurrectLocationManager//// 敲饭捞绢啊 磷菌阑 锭 促矫 怕绢唱绰 何劝 困摹甫 粮 喊肺 历厘窍绊// 乐绰 甘捞促. //// 浇饭捞绢 棺 轨颇捞绢 阿阿 扁夯 何劝 困摹甫 瘤沥且 荐 乐绰 // 窃荐啊 乐绢具 茄促. 泅犁绰 Resurrect.cpp俊 家胶 饭骇肺 甸绢啊 乐促.//////////////////////////////////////////////////////////////////////////////class ResurrectLocationManager{public:	ResurrectLocationManager() throw();	~ResurrectLocationManager() throw();public:	void init() throw();	void load() throw();public:	bool getSlayerPosition(ZoneID_t id, ZONE_COORD& zoneCoord) const throw();//NoSuchElementException);	bool getVampirePosition(ZoneID_t id, ZONE_COORD& zoneCoord) const throw();//NoSuchElementException);	void addSlayerPosition(ZoneID_t id, const ZONE_COORD& coord) throw(DuplicatedException, Error);	void addVampirePosition(ZoneID_t id, const ZONE_COORD& coord) throw(DuplicatedException, Error);protected:	hash_map<ZoneID_t, ZONE_COORD> m_SlayerPosition;	hash_map<ZoneID_t, ZONE_COORD> m_VampirePosition;};//////////////////////////////////////////////////////////////////////////////// global variable//////////////////////////////////////////////////////////////////////////////extern ResurrectLocationManager* g_pResurrectLocationManager;#endif

⌨️ 快捷键说明

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