summaryrefslogtreecommitdiff
path: root/src/powers.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/powers.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/powers.cc')
-rw-r--r--src/powers.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/powers.cc b/src/powers.cc
index 0af9a761..c9db0925 100644
--- a/src/powers.cc
+++ b/src/powers.cc
@@ -10,6 +10,7 @@
#include "cave.hpp"
#include "cmd1.hpp"
#include "cmd2.hpp"
+#include "cmd7.hpp"
#include "quark.h"
#include "hooks.h"
#include "mimic.hpp"