#ifndef _DBAGENT_SERVER_PARSE_CHAR_MANAGE_H_ #define _DBAGENT_SERVER_PARSE_CHAR_MANAGE_H_ // forward decl; class CSendStream; struct PktDD; struct PktBase; namespace DBAgent { namespace DataStorage { // forward decl. class CItemSerialMgr; } namespace ParseCharManage { // -------------------------------------------------------------------- // ij¸¯ÅÍ °ü¸® ¹× ¼¼¼Ç ¸Þ¼Òµå bool Parse(CSendStream& SendStream, unsigned long dwServerID, Item::CItemSerialMgr& itemSerialMgr, PktDD* lpPktDD); // -------------------------------------------------------------------- // ¹èƲ±×¶ó¿îµå ¼­¹ö±º °ü·Ã ¸Þ¼Òµå. // ¹è¼· °ÔÀÓ¼­¹ö°¡ Áß°è¼­¹ö·Î ij¸¯ÅÍ ½½·Ô Á¤º¸ ¿äû. bool BGServerCharSlot(CSendStream& SendStream, PktBase* lpPktBase); // ¼­¹öÅëÇÕ °ü·Ã ¸Þ¼Òµå bool UnifiedCharSelect(CSendStream& SendStream, PktBase* lpPktBase); } } #endif