summaryrefslogtreecommitdiff
path: root/src/monster1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
commit85f1b7d97f1612c70edd774bfd9cf8b75c0b6c39 (patch)
tree86ca3da421b5e12df77964001b9dfc3155f7c4f6 /src/monster1.cc
parent36aa78d1916e36fb422fdb9e6cb682fdd9aeafb1 (diff)
Split monster1.cc declarations to separate header
Diffstat (limited to 'src/monster1.cc')
-rw-r--r--src/monster1.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/monster1.cc b/src/monster1.cc
index a0a75a67..644b2424 100644
--- a/src/monster1.cc
+++ b/src/monster1.cc
@@ -1,7 +1,3 @@
-/* File: monster1.c */
-
-/* Purpose: describe monsters (using monster memory) */
-
/*
* Copyright (c) 1989 James E. Wilson, Christopher J. Stuart
*
@@ -10,6 +6,7 @@
* included in all such copies.
*/
+#include "monster1.hpp"
#include "angband.h"
#include "util.hpp"