From a148ff4e0d22b9d09b13395e57ff4800cdf07729 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 15 Dec 2004 22:18:54 +0000 Subject: (svn r1117) Move map arrays and some related macros into their own files map.c and map.h --- roadveh_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'roadveh_gui.c') diff --git a/roadveh_gui.c b/roadveh_gui.c index cf2be1ea7..31172e5d6 100644 --- a/roadveh_gui.c +++ b/roadveh_gui.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "table/strings.h" +#include "map.h" #include "window.h" #include "gui.h" #include "gfx.h" -- cgit v1.2.3-54-g00ecf