summaryrefslogtreecommitdiff
path: root/src/object2.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/object2.cc
parent752d3ce030b855544346f5f0424995cc11087bdb (diff)
Split object*.cc declarations into separate header files
Diffstat (limited to 'src/object2.cc')
-rw-r--r--src/object2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object2.cc b/src/object2.cc
index 0944125d..6863db6e 100644
--- a/src/object2.cc
+++ b/src/object2.cc
@@ -6,6 +6,8 @@
* included in all such copies.
*/
+#include "object2.hpp"
+
#include "angband.h"
#include "cave.hpp"
#include "spell_type.hpp"
@@ -13,6 +15,7 @@
#include "hooks.h"
#include "mimic.hpp"
#include "monster2.hpp"
+#include "object1.hpp"
#include "randart.hpp"
#include "skills.hpp"
#include "spells2.hpp"