From a9d2bec5905a6b29023ce106f44032eba7a9c474 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:40 +0100 Subject: Split gen_*.cc declarations to separate header filesge --- src/init2.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/init2.cc') diff --git a/src/init2.cc b/src/init2.cc index 16f5d8be..d840f4ef 100644 --- a/src/init2.cc +++ b/src/init2.cc @@ -1,9 +1,11 @@ #include "angband.h" #include "cave.hpp" -#include "modules.hpp" +#include "gen_evol.hpp" +#include "gen_maze.hpp" +#include "hooks.h" #include "messages.h" +#include "modules.hpp" #include "quark.h" -#include "hooks.h" #include "randart.hpp" #include "spells3.hpp" #include "squeltch.hpp" -- cgit v1.2.3