Mana
|
#include "gui/gui.h"
#include "gui/focushandler.h"
#include "gui/palette.h"
#include "gui/sdlinput.h"
#include "gui/truetypefont.h"
#include "gui/widgets/textfield.h"
#include "gui/widgets/window.h"
#include "gui/widgets/windowcontainer.h"
#include "client.h"
#include "configuration.h"
#include "graphics.h"
#include "log.h"
#include "resources/resourcemanager.h"
#include "resources/theme.h"
#include "utils/filesystem.h"
#include <guichan/exception.hpp>
#include <guichan/image.hpp>
#include <algorithm>
#include <SDL_image.h>
Go to the source code of this file.
Variables | |
Gui * | gui = nullptr |
The GUI system. | |
SDLInput * | guiInput = nullptr |
GUI input. | |
gcn::Font * | boldFont = nullptr |
Bolded text font. | |
gcn::Font * | monoFont = nullptr |
Monospaced text font. | |