n_runner.cpp

来自「mud游戏人在江湖」· C++ 代码 · 共 31 行

CPP
31
字号
// N_Runner.cpp: implementation of the CN_Runner class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "N_Runner.h"
#include "..\..\..\config.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
typedef struct tagIdentity{
	CString szCName;
	CString szLong;
	CString szXFileName;
	CString szRoom;
}TIdentity;
/*TIdentity Id[10] = {
	{"cd_path03"},
	{"ca_dyta"},
	{"jz_path07"},
	{"vl_minf"},
	{"ly_dpu"},
	{"xy_path05"},
	{"em_mla"},
	{"cd_path08"},
	{"ym_silk"},
	{"yz_zhd"}};*/
CN_Runner::CN_Runner()
{

    szCName = "笴

⌨️ 快捷键说明

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