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

📄 cbillingserver.h

📁 dk1游戏的原代码文件,完整.编译系统redhat7.3,mysql 3.23 ,luascript v4.0 support
💻 H
字号:
//////////////////////////////////////////////////////////////////////// // Filename    : CBillingServer.h // Written By  : reiot@ewestsoft.com// Description : 肺弊牢 辑滚侩 皋牢 努贰胶// //////////////////////////////////////////////////////////////////////#ifndef __CBILLING_SERVER_H__#define __CBILLING_SERVER_H__// include files#include "Types.h"#include "Exception.h"////////////////////////////////////////////////////////////////////////// class CBillingServer//// 肺弊牢 辑滚 磊眉甫 唱鸥郴绰 努贰胶捞促.////////////////////////////////////////////////////////////////////////class CBillingServer {public :		// constructor	CBillingServer () throw ( Error );		// destructor	~CBillingServer () throw ( Error );	// intialize game server	void init () throw ( Error );	// start game server	void start () throw ( Error );		// stop game server	void stop () throw ( Error );};// global variable declarationextern CBillingServer * g_pCBillingServer;#endif

⌨️ 快捷键说明

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