summaryrefslogtreecommitdiff
path: root/src/q_one.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_one.cc')
-rw-r--r--src/q_one.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/q_one.cc b/src/q_one.cc
index 19076f4f..1aa77610 100644
--- a/src/q_one.cc
+++ b/src/q_one.cc
@@ -1,12 +1,25 @@
#include "q_one.hpp"
+#include "artifact_type.hpp"
#include "cave.hpp"
+#include "cave_type.hpp"
#include "gods.hpp"
+#include "hook_calculate_hp_in.hpp"
+#include "hook_calculate_hp_out.hpp"
+#include "hook_chardump_in.hpp"
+#include "hook_drop_in.hpp"
+#include "hook_identify_in.hpp"
+#include "hook_monster_death_in.hpp"
+#include "hook_move_in.hpp"
+#include "hook_wield_in.hpp"
#include "hooks.hpp"
#include "monster2.hpp"
+#include "monster_type.hpp"
#include "object1.hpp"
#include "object2.hpp"
+#include "player_type.hpp"
#include "tables.hpp"
+#include "town_type.hpp"
#include "util.hpp"
#include "variable.hpp"