From c8a270e51dc22f39ed048ab1cc609e6e456df58f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 7 Jun 2015 17:49:09 +0200 Subject: Split types.h into separate header for each type --- src/modules.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/modules.cc') diff --git a/src/modules.cc b/src/modules.cc index ffcf743c..8eebb35d 100644 --- a/src/modules.cc +++ b/src/modules.cc @@ -9,17 +9,28 @@ #include "modules.hpp" #include "modules.h" -#include "angband.h" #include "birth.hpp" #include "cave.hpp" +#include "cave_type.hpp" #include "corrupt.hpp" #include "files.hpp" +#include "hook_eat_in.hpp" +#include "hook_give_in.hpp" +#include "hook_move_in.hpp" +#include "hook_stair_in.hpp" +#include "hook_stair_out.hpp" +#include "hook_new_monster_end_in.hpp" #include "hooks.hpp" #include "joke.hpp" #include "lua_bind.hpp" #include "monster2.hpp" +#include "monster_race.hpp" +#include "monster_type.hpp" #include "object2.hpp" +#include "object_type.hpp" +#include "player_type.hpp" #include "spells2.hpp" +#include "stats.hpp" #include "tables.hpp" #include "util.hpp" #include "util.h" -- cgit v1.2.3