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 --- disaster_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disaster_cmd.c') diff --git a/disaster_cmd.c b/disaster_cmd.c index 9e72f7c6b..a1bf71644 100644 --- a/disaster_cmd.c +++ b/disaster_cmd.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" #include "table/strings.h" +#include "map.h" #include "vehicle.h" #include "command.h" #include "news.h" -- cgit v1.2.3-54-g00ecf