From 18e64b28e25f387d1e269899cce8ffa704b1c76b Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Apr 2008 21:21:01 +0000 Subject: (svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location. --- src/industry_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index ccb333187..1e6567dbe 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -14,6 +14,7 @@ #include "industry.h" #include "town.h" #include "variables.h" +#include "cheat_func.h" #include "cargotype.h" #include "newgrf.h" #include "newgrf_callbacks.h" -- cgit v1.2.3-54-g00ecf