summaryrefslogtreecommitdiff
path: root/src/melee2.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/melee2.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/melee2.cc')
-rw-r--r--src/melee2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index 8d24878a..5a3f2301 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -19,6 +19,7 @@
#include "messages.h"
#include "quark.h"
#include "skills.hpp"
+#include "spells1.hpp"
#include "traps.hpp"
#include "xtra2.hpp"