Changeset 8351 for code/trunk/src/libraries/core/GraphicsManager.h
- Timestamp:
- Apr 28, 2011, 7:15:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GraphicsManager.h
r8079 r8351 114 114 115 115 scoped_ptr<OgreWindowEventListener> ogreWindowEventListener_; //!< Pimpl to hide OgreWindowUtilities.h 116 #if OGRE_VERSION < 0x010600117 scoped_ptr<MemoryArchiveFactory> memoryArchiveFactory_; //!< Stores the modified particle scripts118 #endif119 116 scoped_ptr<Ogre::LogManager> ogreLogger_; 120 117 scoped_ptr<Ogre::Root> ogreRoot_; //!< Ogre's root … … 131 128 // config values 132 129 std::string ogreConfigFile_; //!< ogre config filename 133 std::string ogrePluginsDirectory_; //!< Directory where the Ogre plugins are located134 130 std::string ogrePlugins_; //!< Comma separated list of all plugins to load 135 131 std::string ogreLogFile_; //!< log filename for Ogre log messages
Note: See TracChangeset
for help on using the changeset viewer.