summaryrefslogtreecommitdiff
path: root/src/q_hobbit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_hobbit.cc')
-rw-r--r--src/q_hobbit.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/q_hobbit.cc b/src/q_hobbit.cc
index 38dbcf68..bc3659e9 100644
--- a/src/q_hobbit.cc
+++ b/src/q_hobbit.cc
@@ -1,10 +1,18 @@
#include "q_hobbit.hpp"
#include "cave.hpp"
+#include "hook_chardump_in.hpp"
+#include "hook_chat_in.hpp"
+#include "hook_give_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_type.hpp"
#include "object2.hpp"
+#include "object_type.hpp"
+#include "player_type.hpp"
#include "tables.hpp"
#include "util.hpp"
#include "variable.hpp"