summaryrefslogtreecommitdiff
path: root/src/melee2.cc
diff options
context:
space:
mode:
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"