(svn r4113) Moved all relevant map functions for stations to station_map.[ch]

Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
This commit is contained in:
celestar
2006-03-26 14:41:39 +00:00
parent 9ad72f2d47
commit 3770ad0637
5 changed files with 266 additions and 108 deletions

View File

@@ -697,6 +697,7 @@ SRCS += sprite.c
SRCS += spritecache.c
SRCS += station_cmd.c
SRCS += station_gui.c
SRCS += station_map.c
SRCS += string.c
SRCS += strings.c
SRCS += subsidy_gui.c