summaryrefslogtreecommitdiff
path: root/airport_gui.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
commita148ff4e0d22b9d09b13395e57ff4800cdf07729 (patch)
treeabc024a53e9698bc4ed26a6830310805e30c693f /airport_gui.c
parent664fc4786d2d5563e272faf95c8c223859fc4996 (diff)
downloadopenttd-a148ff4e0d22b9d09b13395e57ff4800cdf07729.tar.xz
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Diffstat (limited to 'airport_gui.c')
-rw-r--r--airport_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/airport_gui.c b/airport_gui.c
index 65c42a1e4..2c7f035f6 100644
--- a/airport_gui.c
+++ b/airport_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 "viewport.h"