summaryrefslogtreecommitdiff
path: root/src/q_shroom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_shroom.cc')
-rw-r--r--src/q_shroom.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/q_shroom.cc b/src/q_shroom.cc
index 3e2ffed5..f3a7dd12 100644
--- a/src/q_shroom.cc
+++ b/src/q_shroom.cc
@@ -1,10 +1,18 @@
#include "q_shroom.hpp"
#include "cave.hpp"
+#include "hook_chat_in.hpp"
+#include "hook_give_in.hpp"
+#include "hook_monster_death_in.hpp"
+#include "hook_mon_speak_in.hpp"
+#include "hook_wild_gen_in.hpp"
#include "hooks.hpp"
#include "messages.hpp"
#include "monster2.hpp"
+#include "monster_race.hpp"
+#include "monster_type.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
#include "tables.hpp"
#include "util.hpp"
#include "variable.hpp"