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

📄 baselib.h

📁 五行MMORPG引擎系统V1.0
💻 H
字号:
 //GameUILib.h
/*/////////////////////////////////////////////////////////////////

   李亦
	liease@163.com 4040719
	2006-7-24
/*/////////////////////////////////////////////////////////////////
#ifndef _BASELIB_H_
#define _BASELIB_H_

#include "console/simBase.h"
#include "core/fileObject.h"
#include "console/consoleLogger.h"
#include "console/scriptObject.h"
#include "core/chunkFile.h"


namespace GAMELIB
{
	void InitBaseLib();
};//namespace GUI


#endif //_BASELIB_H_

⌨️ 快捷键说明

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