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/object1.cc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/object1.cc') diff --git a/src/object1.cc b/src/object1.cc index ccfd5ac5..231faa12 100644 --- a/src/object1.cc +++ b/src/object1.cc @@ -8,29 +8,47 @@ #include "object1.hpp" -#include "angband.h" +#include "artifact_type.hpp" #include "cave.hpp" +#include "cave_type.hpp" #include "cmd2.hpp" #include "cmd6.hpp" #include "dungeon.hpp" +#include "dungeon_info_type.hpp" +#include "ego_item_type.hpp" +#include "feature_type.hpp" #include "files.hpp" +#include "hook_get_in.hpp" #include "hooks.hpp" #include "lua_bind.hpp" #include "mimic.hpp" #include "monster1.hpp" #include "monster2.hpp" +#include "monster_ego.hpp" +#include "monster_race.hpp" +#include "monster_type.hpp" #include "object2.hpp" +#include "object_kind.hpp" +#include "object_type.hpp" #include "options.hpp" +#include "player_race.hpp" +#include "player_race_mod.hpp" +#include "player_type.hpp" #include "quark.hpp" +#include "set_type.hpp" #include "skills.hpp" #include "spell_type.hpp" #include "spells5.hpp" #include "squeltch.hpp" +#include "stats.hpp" +#include "store_info_type.hpp" #include "tables.hpp" +#include "trap_type.hpp" #include "util.hpp" #include "util.h" #include "variable.h" #include "variable.hpp" +#include "wilderness_type_info.hpp" #include "xtra1.hpp" #include -- cgit v1.2.3