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 | a148ff4e0d22b9d09b13395e57ff4800cdf07729 (patch) | |
tree | abc024a53e9698bc4ed26a6830310805e30c693f /Makefile | |
parent | 664fc4786d2d5563e272faf95c8c223859fc4996 (diff) | |
download | openttd-a148ff4e0d22b9d09b13395e57ff4800cdf07729.tar.xz |
(svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -575,6 +575,7 @@ C_SOURCES += industry_gui.c C_SOURCES += intro_gui.c C_SOURCES += landscape.c C_SOURCES += main_gui.c +C_SOURCES += map.c C_SOURCES += md5.c C_SOURCES += minilzo.c C_SOURCES += misc.c |