summaryrefslogtreecommitdiff
path: root/src/cmd6.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
commit901657b0c61ab16cceaef875d3ecd0b9f2bbbc5b (patch)
tree894e4486a03be5e54155b2e9604539bdc272c442 /src/cmd6.cc
parentadab0f60be42b457280d57cba6193d7d0d5148bd (diff)
Split spells1.cc declarations to separate header file
Make a couple of the functions static while we're at it
Diffstat (limited to 'src/cmd6.cc')
-rw-r--r--src/cmd6.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd6.cc b/src/cmd6.cc
index 349b9598..eefe1b63 100644
--- a/src/cmd6.cc
+++ b/src/cmd6.cc
@@ -19,6 +19,7 @@
#include "randart.hpp"
#include "skills.hpp"
#include "spell_type.hpp"
+#include "spells1.hpp"
#include "spells5.hpp"
#include "store.hpp"
#include "wizard2.hpp"