summaryrefslogtreecommitdiff
path: root/src/spells5.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
commit4b8efa36e1f5676a31c303b656567249f4fd8cb2 (patch)
tree00db39f32bfe19ed0403177a895fcf8bc0bf128c /src/spells5.cc
parenta62b70a22bff02ebb50b23c3b4b8aefeefba797f (diff)
Move spell forward declarations from externs.h to spells3.hpp
Diffstat (limited to 'src/spells5.cc')
-rw-r--r--src/spells5.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells5.cc b/src/spells5.cc
index a0cffdd7..d89215d4 100644
--- a/src/spells5.cc
+++ b/src/spells5.cc
@@ -4,6 +4,7 @@
#include "spell_type.h"
#include "device_allocation.h"
+#include "spells3.hpp"
static spell_type *spell_new(s32b *index, cptr name)