![]() |
ManaPlus
|
#include "resources/db/commandsdb.h"#include "configuration.h"#include "logger.h"#include "textcommand.h"#include "resources/beingcommon.h"#include "debug.h"Go to the source code of this file.
Namespaces | |
| anonymous_namespace{commandsdb.cpp} | |
Functions | |
| static CommandTargetT | parseTarget (const std::string &text) |
Variables | |
| CommandsMap | anonymous_namespace{commandsdb.cpp}::mCommands |
| bool | anonymous_namespace{commandsdb.cpp}::mLoaded = false |
|
static |
Definition at line 53 of file commandsdb.cpp.
References CommandTarget::AllowTarget, CommandTarget::NeedTarget, and CommandTarget::NoTarget.
Referenced by CommandsDB::loadXmlFile().