summaryrefslogtreecommitdiff
path: root/ai_build.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-12-15 22:18:54 +0000
committertron <tron@openttd.org>2004-12-15 22:18:54 +0000
commit765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4 (patch)
treeabc024a53e9698bc4ed26a6830310805e30c693f /ai_build.c
parent736718ef53c7c5a3b8536136209668a895901187 (diff)
downloadopenttd-765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4.tar.xz
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Diffstat (limited to 'ai_build.c')
-rw-r--r--ai_build.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ai_build.c b/ai_build.c
index f6c4f1d54..2530a78b6 100644
--- a/ai_build.c
+++ b/ai_build.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "map.h"
#include "command.h"
#include "ai.h"
#include "engine.h"