summaryrefslogtreecommitdiff
path: root/src/cmd2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
commit22d802ecbdbee5b06d32d1643af01744689c8b87 (patch)
tree99fa11335897190a53b565336eb16b66f097dae1 /src/cmd2.cc
parentf6c92e5a7b0e0612864b45cebbff138dc8d0e108 (diff)
Split spells2.cc function declarations to separate header file
Diffstat (limited to 'src/cmd2.cc')
-rw-r--r--src/cmd2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd2.cc b/src/cmd2.cc
index 9f0c186f..b1504acb 100644
--- a/src/cmd2.cc
+++ b/src/cmd2.cc
@@ -16,6 +16,7 @@
#include "hooks.h"
#include "skills.hpp"
#include "spells1.hpp"
+#include "spells2.hpp"
#include "spells3.hpp"
#include "traps.hpp"
#include "xtra1.hpp"