#include "global.hpp"
#include "widgets/menu.hpp"
#include "game_config.hpp"
#include "font.hpp"
#include "language.hpp"
#include "image.hpp"
#include "marked-up_text.hpp"
#include "sdl/rect.hpp"
#include "sound.hpp"
#include "video.hpp"
#include "wml_separators.hpp"
#include <numeric>
Go to the source code of this file.
Namespaces | |
gui | |
General purpose widgets. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
static std::pair< int, int > | gui::parse_fraction (const std::string &s) |
static int | gui::xp_to_advance (const std::string &s) |