diff options
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index f2830edb6..976c324ed 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -67,6 +67,9 @@ class SpellManager final void swap(const int id1, const int id2); + static void invokeCommand(const std::string &command, + const Being *const target); + private: void fillSpells(); |