OpenMW
|
#include <components/version/version.hpp>
#include <components/files/configurationmanager.hpp>
#include <components/files/escape.hpp>
#include <components/fallback/validate.hpp>
#include <components/debug/debugging.hpp>
#include "engine.hpp"
Namespaces | |
boost | |
Functions | |
template<> | |
boost::filesystem::path | boost::lexical_cast< boost::filesystem::path, std::string > (const std::string &arg) |
bool | parseOptions (int argc, char **argv, OMW::Engine &engine, Files::ConfigurationManager &cfgMgr) |
Parses application command line and calls Cfg::ConfigurationManager to parse configuration files. More... | |
int | runApplication (int argc, char *argv[]) |
int | main (int argc, char **argv) |
bool parseOptions | ( | int | argc, |
char ** | argv, | ||
OMW::Engine & | engine, | ||
Files::ConfigurationManager & | cfgMgr | ||
) |
Parses application command line and calls Cfg::ConfigurationManager to parse configuration files.
Results are directly written to Engine class.
true | - Everything goes OK |
false | - Error |