OpenMW
|
#include <set>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | Settings::Manager |
Settings management (can change during runtime) More... | |
Namespaces | |
Settings | |
Typedefs | |
typedef std::pair< std::string, std::string > | Settings::CategorySetting |
typedef std::set< std::pair < std::string, std::string > > | Settings::CategorySettingVector |
typedef std::map < CategorySetting, std::string > | Settings::CategorySettingValueMap |