summaryrefslogtreecommitdiff
path: root/src/gen_evol.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
commita9d2bec5905a6b29023ce106f44032eba7a9c474 (patch)
treea14599c01dbbd63bab0df141d33006381477462a /src/gen_evol.cc
parentef6f8df29a69e5462fce11589b9a6778f02f22b5 (diff)
Split gen_*.cc declarations to separate header filesge
Diffstat (limited to 'src/gen_evol.cc')
-rw-r--r--src/gen_evol.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gen_evol.cc b/src/gen_evol.cc
index c866a4d1..0dc86910 100644
--- a/src/gen_evol.cc
+++ b/src/gen_evol.cc
@@ -1,8 +1,4 @@
/*
- * Generate a game of life level and make it evolve
- */
-
-/*
* Copyright (c) 2003 DarkGod.
*
* This software may be copied and distributed for educational, research, and
@@ -10,6 +6,8 @@
* included in all such copies.
*/
+#include "gen_evol.hpp"
+
#include "angband.h"
#include "cave.hpp"
#include "levels.hpp"