summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-05 12:22:20 +0000
committertron <tron@openttd.org>2006-03-05 12:22:20 +0000
commit4da99989b9b1420d95756cb981663c3e49f481fb (patch)
treec60df54ca959b2f8cbb49252a82727e5496e5f5f /Makefile
parent62abd9c1e288a8cd3154245fef9ec48d76a85135 (diff)
downloadopenttd-4da99989b9b1420d95756cb981663c3e49f481fb.tar.xz
(svn r3766) Add a function to get the RoadBits from an arbitrary tile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 590a82fa7..0bb437215 100644
--- a/Makefile
+++ b/Makefile
@@ -672,6 +672,7 @@ SRCS += rail_gui.c
SRCS += rev.c
SRCS += road_cmd.c
SRCS += road_gui.c
+SRCS += road_map.c
SRCS += roadveh_cmd.c
SRCS += roadveh_gui.c
SRCS += saveload.c