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
commitf995c99cc4b7c0695b3642c8bbac06124874ffcb (patch)
tree95774febcd1232b53a5a1e6370d689b82d9db3fb /src/powers.cc
parent84239d6ddf4e0ef5ca87fe642ef9f3e1f4f7fcd3 (diff)
Move cmd2.cc function declarations to separate header
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 b20491fe..0af9a761 100644
--- a/src/powers.cc
+++ b/src/powers.cc
@@ -9,6 +9,7 @@
#include "angband.h"
#include "cave.hpp"
#include "cmd1.hpp"
+#include "cmd2.hpp"
#include "quark.h"
#include "hooks.h"
#include "mimic.hpp"