summaryrefslogtreecommitdiff
path: root/src/spells2.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
commit91964ee9dd97c6c41a3551aba5af6fae67989e4f (patch)
tree172bf3be7fbe25042c8664bc210c1b03b6cc37eb /src/spells2.cc
parentb94e14c35d91ec5c99a208e9ddf84f81f9b84013 (diff)
Move cmd7.cc function declarations to separate header file
Make a few of the functions static while we're at it.
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index 04b62bc2..8357d83c 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -9,6 +9,7 @@
#include "angband.h"
#include "cave.hpp"
#include "cmd1.hpp"
+#include "cmd7.hpp"
#include "hooks.h"
#include "notes.hpp"
#include "skills.hpp"