prerequisites.h
来自「赫赫大名的 OGRE 游戏引擎」· C头文件 代码 · 共 28 行
H
28 行
/** @file Prerequisites.h
@brief Includes global headers, sets up namespacing, and contains forward declarations of all classes.
*/
#ifndef __DemoPrerequisites_H__
#define __DemoPrerequisites_H__
// Tokamak includes
#include <Tokamak.h>
// Ogre includes
#include <Ogre.h>
#include <OgreConfigFile.h>
// OgreTok includes
#include "OgreTok.h"
// Using the Ogre namespace
using namespace std;
using namespace Ogre;
using namespace OgreTok;
// Forward class declarations
class Application;
// Prerequisites.h
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?