summaryrefslogtreecommitdiff
path: root/src/melee2.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/melee2.cc
parent0d1cf29b266e5df8394ca21f97e17ed3d937a4f7 (diff)
Move cave.cc function declarations to separate header
Diffstat (limited to 'src/melee2.cc')
-rw-r--r--src/melee2.cc17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index 6832eb39..bf294b9e 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -1,14 +1,10 @@
-/* File: melee2.c */
-
-/* Purpose: Monster spells and movement */
-
/*
-* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
-*
-* This software may be copied and distributed for educational, research, and
-* not for profit purposes provided that this copyright and statement are
-* included in all such copies.
-*/
+ * Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
+ *
+ * This software may be copied and distributed for educational, research, and
+ * not for profit purposes provided that this copyright and statement are
+ * included in all such copies.
+ */
/*
* This file has several additions to it by Keldon Jones (keldon@umr.edu)
@@ -17,6 +13,7 @@
#include "angband.h"
+#include "cave.hpp"
#include "hooks.h"
#include "messages.h"
#include "quark.h"