#include "gui/dialogs/game_load.hpp"#include "formula/string_utils.hpp"#include "gettext.hpp"#include "game_config.hpp"#include "game_preferences.hpp"#include "game_classification.hpp"#include "gui/auxiliary/field.hpp"#include "gui/core/log.hpp"#include "gui/dialogs/game_delete.hpp"#include "gui/dialogs/helper.hpp"#include "gui/widgets/button.hpp"#include "gui/widgets/image.hpp"#include "gui/widgets/label.hpp"#include "gui/widgets/listbox.hpp"#include "gui/widgets/minimap.hpp"#include "gui/widgets/settings.hpp"#include "gui/widgets/text_box.hpp"#include "gui/widgets/toggle_button.hpp"#include "gui/widgets/window.hpp"#include "language.hpp"#include "preferences_display.hpp"#include "savegame.hpp"#include "serialization/string_utils.hpp"#include <cctype>#include "utils/functional.hpp"
Go to the source code of this file.
Namespaces | |
| gui2 | |
| A class inherited from ttext_box that displays its input as stars. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file game_load.cpp.
1.8.8