ManaPlus
|
#include "gui/widgets/button.h"
#include "settings.h"
#include "resources/imageset.h"
#include "resources/imagerect.h"
#include "resources/image/image.h"
#include "gui/gui.h"
#include "gui/skin.h"
#include "gui/fonts/font.h"
#include "render/renderers.h"
#include "render/vertexes/imagecollection.h"
#include "utils/delete2.h"
#include "debug.h"
Go to the source code of this file.
Variables | |
static std::string const | data [Button::BUTTON_COUNT] |
|
static |
Definition at line 91 of file button.cpp.
Referenced by Button::init().