(svn r3766) Add a function to get the RoadBits from an arbitrary tile

This commit is contained in:
tron
2006-03-05 12:22:20 +00:00
parent 62abd9c1e2
commit 4da99989b9
6 changed files with 73 additions and 37 deletions

View File

@@ -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