📄 rpgengine.h
字号:
//RPGEngine.h
/*/////////////////////////////////////////////////////////////////
李亦
liease@163.com 4040719
2006-7-18
/*/////////////////////////////////////////////////////////////////
#ifndef _RPG__RPGENGINE_H_
#define _RPG__RPGENGINE_H_
#ifndef _PLATFORM_H_
#include "platform/platform.h"
#endif
namespace RPG
{
class RPGEngine
{
public:
static void Initialize(BOOL bInitLibraries);
static void Destroy(BOOL bInitLibraries);
static void Process();
};
};//namespace RPG
#endif //_RPG__RPGENGINE_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -