ManaPlus
|
#include "gui/windows/textcommandeditor.h"
#include "spellmanager.h"
#include "textcommand.h"
#include "input/keyboardconfig.h"
#include "gui/models/iconsmodel.h"
#include "gui/models/targettypemodel.h"
#include "gui/widgets/button.h"
#include "gui/widgets/containerplacer.h"
#include "gui/widgets/dropdown.h"
#include "gui/widgets/inttextfield.h"
#include "gui/widgets/label.h"
#include "gui/widgets/layoutcell.h"
#include "gui/models/magicschoolmodel.h"
#include "gui/widgets/radiobutton.h"
#include "utils/delete2.h"
#include "debug.h"
Go to the source code of this file.
Variables | |
const unsigned int | MAGIC_START_ID = 340 |
const unsigned int MAGIC_START_ID = 340 |
Definition at line 51 of file textcommandeditor.cpp.
Referenced by TextCommandEditor::save(), and TextCommandEditor::TextCommandEditor().