From 765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4 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 --- ship_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ship_gui.c') diff --git a/ship_gui.c b/ship_gui.c index 1e5eaca68..74b083487 100644 --- a/ship_gui.c +++ b/ship_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