summaryrefslogtreecommitdiff
path: root/src/q_one.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/q_one.cc
parent752d3ce030b855544346f5f0424995cc11087bdb (diff)
Split object*.cc declarations into separate header files
Diffstat (limited to 'src/q_one.cc')
-rw-r--r--src/q_one.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/q_one.cc b/src/q_one.cc
index f34060cb..bdee1c6e 100644
--- a/src/q_one.cc
+++ b/src/q_one.cc
@@ -3,6 +3,8 @@
#include "gods.hpp"
#include "hooks.h"
#include "monster2.hpp"
+#include "object1.hpp"
+#include "object2.hpp"
#include "util.hpp"
#define cquest (quest[QUEST_ONE])