summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit205a2dab56c8661413f2927737794fdd57437075 (patch)
tree6c8ce51f460f9dc46abcc981bb8b094cc3d54a55 /src/spells1.cc
parent754e2465d65f64085d27eed6f4bc142bec7b3c24 (diff)
Move cmd1.cc function declarations to separate header file
Also remove unused step_effects() function while we're at it
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells1.cc b/src/spells1.cc
index 90c728c0..b5138e92 100644
--- a/src/spells1.cc
+++ b/src/spells1.cc
@@ -8,6 +8,7 @@
#include "angband.h"
#include "cave.hpp"
+#include "cmd1.hpp"
#include "gods.hpp"
#include "skills.hpp"
#include "spell_type.hpp"