summaryrefslogtreecommitdiff
path: root/src/powers.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/powers.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/powers.cc')
-rw-r--r--src/powers.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/powers.cc b/src/powers.cc
index a4420d7e..b0459feb 100644
--- a/src/powers.cc
+++ b/src/powers.cc
@@ -12,9 +12,10 @@
#include "cmd1.hpp"
#include "cmd2.hpp"
#include "cmd7.hpp"
-#include "quark.h"
#include "hooks.h"
#include "mimic.hpp"
+#include "quark.h"
+#include "spells1.hpp"
#include "traps.hpp"
#include "xtra2.hpp"