summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-02-03 15:51:00 +0000
committerpeter1138 <peter1138@openttd.org>2006-02-03 15:51:00 +0000
commit50ff85428b1ca4c5c84753d49919a1e3317a88e2 (patch)
tree1c81fe17f8ecd4773aad3c0a614d8f1759350873 /station.h
parent6c28b1cec7b55b0b4074710bffd93965fe0a5e47 (diff)
downloadopenttd-50ff85428b1ca4c5c84753d49919a1e3317a88e2.tar.xz
(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
Diffstat (limited to 'station.h')
-rw-r--r--station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/station.h b/station.h
index 0f2393913..669ee3cd7 100644
--- a/station.h
+++ b/station.h
@@ -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;