diff options
author | tron <tron@openttd.org> | 2004-12-15 22:18:54 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2004-12-15 22:18:54 +0000 |
commit | 765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4 (patch) | |
tree | abc024a53e9698bc4ed26a6830310805e30c693f /bridge_gui.c | |
parent | 736718ef53c7c5a3b8536136209668a895901187 (diff) | |
download | openttd-765ecfed848bd7fc8e3e10e99f7ecc3f1ae338a4.tar.xz |
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Diffstat (limited to 'bridge_gui.c')
-rw-r--r-- | bridge_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge_gui.c b/bridge_gui.c index af2739f08..c38f1ce59 100644 --- a/bridge_gui.c +++ b/bridge_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" |