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
commitea4c5bbd2d3e5c964a95f76cdb53777ca7aaa376 (patch)
tree1c81fe17f8ecd4773aad3c0a614d8f1759350873 /station.h
parentb88904f345cf14a3e02313b50d81148ee9bdf6d8 (diff)
downloadopenttd-ea4c5bbd2d3e5c964a95f76cdb53777ca7aaa376.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;