summaryrefslogtreecommitdiff
path: root/src/monster3.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit3b5446d7c303099094f84a32df29d2d9dc2049d0 (patch)
tree678154e760f98f1e6706c9172ff78370144a44e4 /src/monster3.cc
parent2999835a2d0d399e6a3afa217b5e1cff31de9091 (diff)
Move melee*.cc declaration to separate header files
Diffstat (limited to 'src/monster3.cc')
-rw-r--r--src/monster3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monster3.cc b/src/monster3.cc
index d860eb3c..b17a0815 100644
--- a/src/monster3.cc
+++ b/src/monster3.cc
@@ -11,6 +11,7 @@
#include "angband.h"
#include "cmd2.hpp"
#include "gods.hpp"
+#include "melee2.hpp"
#include "monster2.hpp"
#include "object2.hpp"
#include "skills.hpp"