OGRESceneMgr.h
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // OGRESceneMgr.h : OGRESceneMgr 应用程序的主头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error 在包含用于 PCH 的此文件之前包含“stdafx.h” 
  6. #endif
  7. #include "resource.h"       // 主符号
  8. // COGRESceneMgrApp:
  9. // 有关此类的实现,请参阅 OGRESceneMgr.cpp
  10. //
  11. #include "OgreRoot.h"
  12. class COGRESceneMgrApp : public CWinApp
  13. {
  14. public:
  15. COGRESceneMgrApp();
  16. ~COGRESceneMgrApp();
  17. // 重写
  18. public:
  19. virtual BOOL InitInstance();
  20.  //inline Ogre::Root *GetOgreRoot() {return m_OgreRoot;}
  21. //private:
  22.   //  Ogre::Root         *m_OgreRoot;
  23. // 实现
  24. afx_msg void OnAppAbout();
  25. DECLARE_MESSAGE_MAP()
  26. };
  27. extern COGRESceneMgrApp theApp;