#include "tests/utils/game_config_manager.hpp"#include "config.hpp"#include "config_cache.hpp"#include "filesystem.hpp"#include "font.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/widgets/helper.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 15 of file game_config_manager.cpp.
1.8.8