baselib.h

来自「五行MMORPG引擎系统V1.0」· C头文件 代码 · 共 25 行

H
25
字号
 //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 + =
减小字号Ctrl + -
显示快捷键?