From 3b5446d7c303099094f84a32df29d2d9dc2049d0 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:41 +0100 Subject: Move melee*.cc declaration to separate header files --- src/melee2.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/melee2.cc') diff --git a/src/melee2.cc b/src/melee2.cc index dd349f39..638b7151 100644 --- a/src/melee2.cc +++ b/src/melee2.cc @@ -11,12 +11,14 @@ * to improve the general quality of the AI (version 0.1.1). */ -#include "angband.h" +#include "melee2.hpp" +#include "angband.h" #include "cave.hpp" #include "cmd1.hpp" #include "files.hpp" #include "hooks.h" +#include "melee1.hpp" #include "messages.h" #include "monster2.hpp" #include "monster3.hpp" -- cgit v1.2.3