From ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c 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/economy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index aafad4a37..751a43c09 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -6,6 +6,7 @@ #include "openttd.h" #include "currency.h" #include "functions.h" +#include "landscape.h" #include "strings.h" // XXX InjectDParam() #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf