From b1d1a4ac660de8415a066c43656459aeada434c8 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/road_cmd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/road_cmd.cpp') diff --git a/src/road_cmd.cpp b/src/road_cmd.cpp index 56f6ec2eb..0db3392dc 100644 --- a/src/road_cmd.cpp +++ b/src/road_cmd.cpp @@ -35,6 +35,7 @@ #include "sound_func.h" #include "road_func.h" #include "tunnelbridge.h" +#include "cheat_func.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf