From 2fc62eab058153a2d9d6fc7b14d8f8f28da8b183 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/genworld.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/genworld.cpp') diff --git a/src/genworld.cpp b/src/genworld.cpp index 15c3f961b..9359ac014 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -5,7 +5,7 @@ #include "stdafx.h" #include "openttd.h" #include "landscape.h" -#include "player.h" +#include "player_func.h" #include "table/sprites.h" #include "variables.h" #include "thread.h" @@ -22,6 +22,7 @@ #include "map_func.h" #include "date_func.h" #include "core/random_func.hpp" +#include "engine.h" void GenerateClearTile(); void GenerateIndustries(); -- cgit v1.2.3-54-g00ecf