summaryrefslogtreecommitdiff
path: root/src/q_wight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_wight.cc')
-rw-r--r--src/q_wight.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/q_wight.cc b/src/q_wight.cc
index 70ea86d2..d0405920 100644
--- a/src/q_wight.cc
+++ b/src/q_wight.cc
@@ -1,10 +1,15 @@
#include "q_wight.hpp"
#include "cave.hpp"
+#include "cave_type.hpp"
+#include "hook_monster_death_in.hpp"
+#include "hook_quest_finish_in.hpp"
#include "hooks.hpp"
#include "init1.hpp"
#include "monster2.hpp"
+#include "monster_type.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
#include "quark.hpp"
#include "tables.hpp"
#include "util.hpp"