summaryrefslogtreecommitdiff
path: root/src/powers.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commitcfc0a04155eda35a4fe80ef72fd2b0f9eb10856b (patch)
tree9e10a2668c7ef387317396e113d484a0de081457 /src/powers.cc
parent752d3ce030b855544346f5f0424995cc11087bdb (diff)
Split object*.cc declarations into separate header files
Diffstat (limited to 'src/powers.cc')
-rw-r--r--src/powers.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/powers.cc b/src/powers.cc
index fce95a6d..25742412 100644
--- a/src/powers.cc
+++ b/src/powers.cc
@@ -7,6 +7,7 @@
*/
#include "powers.hpp"
+
#include "angband.h"
#include "cave.hpp"
#include "cmd1.hpp"
@@ -17,6 +18,8 @@
#include "mimic.hpp"
#include "monster2.hpp"
#include "monster3.hpp"
+#include "object1.hpp"
+#include "object2.hpp"
#include "quark.h"
#include "spells1.hpp"
#include "spells2.hpp"