ManaPlus
|
#include "utils/env.h"
#include "configuration.h"
#include "logger.h"
#include "settings.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
void | updateEnv () |
void | setEnv (const char *const name, const char *const value) |
void setEnv | ( | const char *const | name, |
const char *const | value | ||
) |
Definition at line 60 of file env.cpp.
References Logger::log(), and logger.
Referenced by SDL::allowScreenSaver(), setLangEnv(), and updateEnv().
void updateEnv | ( | ) |
Definition at line 30 of file env.cpp.
References config, Configuration::getBoolValue(), Configuration::getIntValue(), Settings::options, setEnv(), settings, and Options::test.
Referenced by Client::gameInit().