summaryrefslogtreecommitdiff
path: root/src/q_one.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commitc8a270e51dc22f39ed048ab1cc609e6e456df58f (patch)
tree6d6a7d2338abdbecbb1351e2c9cbf9b08b42b6bc /src/q_one.cc
parentdcb193fabc7af4776bdf0d31045f6801fa18000e (diff)
Split types.h into separate header for each type
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"