summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee2.cc')
-rw-r--r--src/melee2.cc10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index 09c47340..da37f760 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -13,22 +13,30 @@
#include "melee2.hpp"
-#include "angband.h"
#include "cave.hpp"
+#include "cave_type.hpp"
#include "cmd1.hpp"
+#include "feature_type.hpp"
#include "files.hpp"
+#include "hook_mon_speak_in.hpp"
+#include "hook_monster_ai_in.hpp"
+#include "hook_monster_ai_out.hpp"
#include "hooks.hpp"
#include "melee1.hpp"
#include "messages.hpp"
#include "monster2.hpp"
#include "monster3.hpp"
+#include "monster_race.hpp"
+#include "monster_type.hpp"
#include "object1.hpp"
#include "object2.hpp"
#include "options.hpp"
+#include "player_type.hpp"
#include "quark.hpp"
#include "skills.hpp"
#include "spells1.hpp"
#include "spells2.hpp"
+#include "stats.hpp"
#include "tables.hpp"
#include "traps.hpp"
#include "util.hpp"