From 3d81de8d7ecda44d3683163c1d8ecbdb7c17aaca Mon Sep 17 00:00:00 2001 From: maedhros Date: Thu, 12 Apr 2007 13:07:15 +0000 Subject: (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist. --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 263751c62..26106e1ab 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -24,6 +24,7 @@ #include "gfx.h" #include "gfxinit.h" #include "gui.h" +#include "landscape.h" #include "station.h" #include "station_map.h" #include "town_map.h" -- cgit v1.2.3-54-g00ecf