OGRESceneMgr.h
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Visual C++
- // OGRESceneMgr.h : OGRESceneMgr 应用程序的主头文件
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error 在包含用于 PCH 的此文件之前包含“stdafx.h”
- #endif
- #include "resource.h" // 主符号
- // COGRESceneMgrApp:
- // 有关此类的实现,请参阅 OGRESceneMgr.cpp
- //
- #include "OgreRoot.h"
- class COGRESceneMgrApp : public CWinApp
- {
- public:
- COGRESceneMgrApp();
- ~COGRESceneMgrApp();
- // 重写
- public:
- virtual BOOL InitInstance();
- //inline Ogre::Root *GetOgreRoot() {return m_OgreRoot;}
- //private:
- // Ogre::Root *m_OgreRoot;
- // 实现
- afx_msg void OnAppAbout();
- DECLARE_MESSAGE_MAP()
- };
- extern COGRESceneMgrApp theApp;