summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit3a6e755dd2efe4e7d72515d4c0041cc3042d0c5f (patch)
tree4f2f1535657353f8bedc9c63613900d820e87dd7 /src/spells1.cc
parentf995c99cc4b7c0695b3642c8bbac06124874ffcb (diff)
Move cmd3.cc function declarations to separate header
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells1.cc b/src/spells1.cc
index b5138e92..d8d4c2bb 100644
--- a/src/spells1.cc
+++ b/src/spells1.cc
@@ -9,6 +9,7 @@
#include "angband.h"
#include "cave.hpp"
#include "cmd1.hpp"
+#include "cmd3.hpp"
#include "gods.hpp"
#include "skills.hpp"
#include "spell_type.hpp"