#include "tests/utils/game_config_manager_tests.hpp"
#include "config.hpp"
#include "game_config_view.hpp"
#include "config_cache.hpp"
#include "filesystem.hpp"
#include "font/font_config.hpp"
#include "game_config.hpp"
#include "gettext.hpp"
#include "hotkey/hotkey_manager.hpp"
#include "hotkey/hotkey_command.hpp"
#include "hotkey/hotkey_item.hpp"
#include "language.hpp"
#include "units/types.hpp"
#include "gui/gui.hpp"
#include <clocale>
Go to the source code of this file.
Classes | |
class | test_utils::game_config_manager |
Namespaces | |
test_utils | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-test" |
Functions | |
static bool | test_utils::match_english (const language_def &def) |
const config & | test_utils::get_test_config_ref () |
config | test_utils::get_test_config () |
#define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 16 of file game_config_manager_tests.cpp.