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

📄 cmagicctrl.cpp

📁 国外网络游戏 《The Kingdom of the Winds》 的服务端源码C+编写 有兴趣的可以
💻 CPP
字号:
// cMagicCtrl.cpp: implementation of the cMagicCtrl class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "Wox2head.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

cMagicCtrl::cMagicCtrl()
{

}

cMagicCtrl::~cMagicCtrl()
{

}

void cMagicCtrl::PreLoadMagics()
{
	magiccount=0;
	Fi->openscript("Wox2.Mgc");
	do
	{
		Fi->read2();
		if (!(strcmp(Fi->script1, "亲格")))
		{
			LoadMagic();
			magiccount++;
		}
	}
	while (strcmp(Fi->script1, "EOF"));
	printf("Wox2: %i俺狼 付过阑 佬菌嚼聪促\n",magiccount);
	Fi->closescript();
}

void cMagicCtrl::LoadMagic()
{

}

⌨️ 快捷键说明

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