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 --- misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc.c') diff --git a/misc.c b/misc.c index bca6cc973..8b6a7b032 100644 --- a/misc.c +++ b/misc.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "table/strings.h" +#include "map.h" #include "vehicle.h" #include "gfx.h" #include "assert.h" -- cgit v1.2.3-54-g00ecf