aboutsummaryrefslogtreecommitdiff
path: root/src/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd.h b/src/cmd.h
index 92a3cc3..69c258b 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -24,6 +24,7 @@ namespace cmd {
std::string add(std::vector<std::string> args);
std::string del(std::vector<std::string> args);
std::string edit(std::vector<std::string> args);
+ std::string spellcasting(std::vector<std::string> args);
//Queries
std::string attacks(std::vector<std::string> args);