rpgclient.cc
来自「五行MMORPG引擎系统V1.0」· CC 代码 · 共 32 行
CC
32 行
//appClient.cc
/*/////////////////////////////////////////////////////////////////
客户端实例化管理
李亦
liease@163.com 4040719
2006-7-24
/*/////////////////////////////////////////////////////////////////
#include "platform/platform.h"
#include "platform/event.h"
#include "game/RPGGame.h"
#include "platform/gameInterface.h"
#include "game/net/serverQuery.h"
///////////////////////////////////////////////////////////////////
static RPGGame gs_RPGGame;
static DemoNetInterface gs_GameNetInterface;
class AppInitlize
{
public:
AppInitlize()
{
}
};
static AppInitlize AppInitlize;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?