(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.

This commit is contained in:
peter1138
2006-02-03 15:51:00 +00:00
parent b88904f345
commit ea4c5bbd2d
6 changed files with 22 additions and 22 deletions

View File

@@ -654,6 +654,7 @@ SRCS += network_server.c
SRCS += network_udp.c
SRCS += newgrf.c
SRCS += newgrf_engine.c
SRCS += newgrf_station.c
SRCS += news_gui.c
SRCS += npf.c
SRCS += oldloader.c
@@ -686,7 +687,6 @@ SRCS += sprite.c
SRCS += spritecache.c
SRCS += station_cmd.c
SRCS += station_gui.c
SRCS += station_newgrf.c
SRCS += string.c
SRCS += strings.c
SRCS += subsidy_gui.c