extraslotinfo.h

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

H
36
字号
//////////////////////////////////////////////////////////////////////////////// Filename    : ExtraSlotInfo.h// Written By  : elca// Description :// 敲饭捞绢狼 付快胶俊 崔妨乐绰 酒捞袍俊 措茄 沥焊甫 啊瘤绊 傈价登绰// 菩哦捞促.//////////////////////////////////////////////////////////////////////////////#ifndef __EXTRA_SLOT_INFO_H__#define __EXTRA_SLOT_INFO_H__#include "Types.h"#include "Exception.h"#include "SocketInputStream.h"#include "SocketOutputStream.h"#include "PCItemInfo.h"//////////////////////////////////////////////////////////////////////////////// class ExtraSlotInfo//////////////////////////////////////////////////////////////////////////////class ExtraSlotInfo : public PCItemInfo {public:	ExtraSlotInfo();	virtual ~ExtraSlotInfo();public:	void read (SocketInputStream & iStream) throw (ProtocolException, Error);	void write (SocketOutputStream & oStream) const throw (ProtocolException, Error);	string toString () const throw ();};#endif

⌨️ 快捷键说明

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