summaryrefslogtreecommitdiff
path: root/src/melee1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit5ef53fee463b7f93b8b890ed8e6ff0db778bd596 (patch)
tree9edeb65b885f9c2108239725009c214b2d227c0f /src/melee1.cc
parent63fae54381d0898503c5dc7f4dcfabc125c04807 (diff)
Move xtra2.cc functions to separate header
Remove some functions and make others static while we're at it.
Diffstat (limited to 'src/melee1.cc')
-rw-r--r--src/melee1.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/melee1.cc b/src/melee1.cc
index a506eb1a..4e6111b5 100644
--- a/src/melee1.cc
+++ b/src/melee1.cc
@@ -1,7 +1,3 @@
-/* File: melee1.c */
-
-/* Purpose: Monster attacks */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -15,6 +11,7 @@
#include "skills.hpp"
#include "store.hpp"
#include "xtra1.hpp"
+#include "xtra2.hpp"
#include <boost/algorithm/string/predicate.hpp>