Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 13, 2009, 9:12:24 PM (15 years ago)
Author:
rgrieder
Message:

Prepared build system for an external media directory.
This revision only runs in console mode! (tcl files working again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/core/GraphicsManager.h

    r5614 r5641  
    9898        // config values
    9999        std::string         ogreConfigFile_;           //!< ogre config file name
    100         std::string         ogrePluginsFolder_;        //!< Folder where the Ogre plugins are located
     100        std::string         ogrePluginsDirectory_;     //!< Directory where the Ogre plugins are located
    101101        std::string         ogrePlugins_;              //!< Comma separated list of all plugins to load
    102102        std::string         ogreLogFile_;              //!< log file name for Ogre log messages
Note: See TracChangeset for help on using the changeset viewer.