summaryrefslogtreecommitdiff
path: root/src/spells3.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
commitebb2771875ec2fffd7c63ee138024e6ebc47ebf8 (patch)
treea82ea012cc8ca4d87c2a90c1c6035abe201f2b14 /src/spells3.cc
parent7d6273cfbbc9717c30792817824b5511f7aee05f (diff)
Move school_spells array to spells5.cc
Diffstat (limited to 'src/spells3.cc')
-rw-r--r--src/spells3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells3.cc b/src/spells3.cc
index 19594cbf..076c4372 100644
--- a/src/spells3.cc
+++ b/src/spells3.cc
@@ -1,4 +1,5 @@
#include "spells3.hpp"
+#include "spells5.hpp"
#include "angband.h"
#include <assert.h>