![]() |
ManaPlus
|
#include "spellmanager.h"#include "configuration.h"#include "textcommand.h"#include "being/localplayer.h"#include "being/playerinfo.h"#include "const/spells.h"#include "gui/windows/chatwindow.h"#include "net/playerhandler.h"#include "resources/db/commandsdb.h"#include "utils/dtor.h"#include "utils/foreach.h"#include <sstream>#include "debug.h"Go to the source code of this file.
Macros | |
| #define | setOrDel(str, method) |
Variables | |
| SpellManager * | spellManager = 0 |
| #define setOrDel | ( | str, | |
| method | |||
| ) |
Definition at line 322 of file spellmanager.cpp.
| SpellManager* spellManager = 0 |
Definition at line 48 of file spellmanager.cpp.
Referenced by ChatWindow::autoComplete(), TextCommandEditor::deleteCommand(), WindowManager::deleteWindows(), ItemShortcutContainer::draw(), SpellShortcutContainer::draw(), SpellShortcut::load(), Client::loadData(), ItemShortcutContainer::mouseDragged(), SpellShortcutContainer::mouseDragged(), ItemShortcutContainer::mouseMoved(), SpellShortcutContainer::mouseMoved(), SpellShortcutContainer::mousePressed(), SpellShortcutContainer::mouseReleased(), ItemShortcutContainer::safeDraw(), SpellShortcutContainer::safeDraw(), TextCommandEditor::save(), and ItemShortcut::useItem().