itemdestroyer.h
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 32 行
H
32 行
//--------------------------------------------------------------------------------// // Filename : ItemDestroyer.h// Written By : Reiot////--------------------------------------------------------------------------------#ifndef __ITEM_DESTROYER_H__#define __ITEM_DESTROYER_H__// include files#include "Types.h"#include "Exception.h"#include "database/DB.h"class ItemDestroyer {public : // constructor ItemDestroyer () throw (); // destroy all item whose owner is ... void destroyAll ( const string & ownerID ) throw ( Error );};// global variable declarationextern ItemDestroyer * g_pItemDestroyer;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?