summaryrefslogtreecommitdiff
path: root/src/q_nazgul.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_nazgul.cc')
-rw-r--r--src/q_nazgul.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/q_nazgul.cc b/src/q_nazgul.cc
index 267e712a..21bc95c9 100644
--- a/src/q_nazgul.cc
+++ b/src/q_nazgul.cc
@@ -1,9 +1,16 @@
#include "q_nazgul.hpp"
#include "cave.hpp"
+#include "hook_chardump_in.hpp"
+#include "hook_init_quest_in.hpp"
+#include "hook_monster_death_in.hpp"
+#include "hook_quest_finish_in.hpp"
+#include "hook_wild_gen_in.hpp"
#include "hooks.hpp"
#include "monster2.hpp"
+#include "monster_type.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
#include "tables.hpp"
#include "util.hpp"
#include "variable.hpp"