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/command.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.cpp') diff --git a/src/command.cpp b/src/command.cpp index 7bd6a3992..0b67cb4df 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -6,6 +6,7 @@ #include "openttd.h" #include "table/strings.h" #include "functions.h" +#include "landscape.h" #include "map.h" #include "gui.h" #include "command.h" -- cgit v1.2.3-54-g00ecf