(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 6c28b1cec7
commit 50ff85428b
6 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
#include "sprite.h"
#include "tile.h"
#include "vehicle.h"
#include "station_newgrf.h"
#include "newgrf_station.h"
typedef struct GoodsEntry {
uint16 waiting_acceptance;