summaryrefslogtreecommitdiff
path: root/src/melee1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitfe6ebd4af16244a02e16eb095181c0d8d5c56858 (patch)
treebe3fdab4a373834bfa8af75f2fe9591b96bafd76 /src/melee1.cc
parent0d1cf29b266e5df8394ca21f97e17ed3d937a4f7 (diff)
Move cave.cc function declarations to separate header
Diffstat (limited to 'src/melee1.cc')
-rw-r--r--src/melee1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/melee1.cc b/src/melee1.cc
index 4e6111b5..946cde65 100644
--- a/src/melee1.cc
+++ b/src/melee1.cc
@@ -7,6 +7,7 @@
*/
#include "angband.h"
+#include "cave.hpp"
#include "mimic.hpp"
#include "skills.hpp"
#include "store.hpp"