OpenMW
|
Classes | |
class | Collections |
struct | ConfigurationManager |
struct | FixedPath |
struct | NameEqual |
struct | NameLess |
class | MultiDirCollection |
File collection across several directories. More... | |
Typedefs | |
typedef std::vector < boost::filesystem::path > | PathContainer |
Functions | |
bool | loadOgrePlugin (const std::string &pluginDir, std::string pluginName, Ogre::Root &ogreRoot) |
Loads Ogre plugin with given name. | |
Variables | |
static const char *const | openmwCfgFile = "openmw.cfg" |
const char *const | mwToken = "?mw?" |
const char *const | localToken = "?local?" |
const char *const | userToken = "?user?" |
const char *const | globalToken = "?global?" |
typedef std::vector< boost::filesystem::path > Files::PathContainer |
bool Files::loadOgrePlugin | ( | const std::string & | pluginDir, |
std::string | pluginName, | ||
Ogre::Root & | ogreRoot | ||
) |
Loads Ogre plugin with given name.
pluginDir | absolute path to plugins |
pluginName | plugin name, for example "RenderSystem_GL" |
ogreRoot | Ogre::Root instance |
const char* const Files::globalToken = "?global?" |
const char* const Files::localToken = "?local?" |
const char* const Files::mwToken = "?mw?" |
const char* const Files::openmwCfgFile = "openmw.cfg" [static] |
const char* const Files::userToken = "?user?" |