summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index c65a6be81..d42db176f 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -44,6 +44,7 @@ enum StationSpecFlags {
* where index is computed as (x * platforms) + platform. */
typedef byte *StationLayout;
+/** Station specification. */
struct StationSpec {
const struct GRFFile *grffile; ///< ID of GRF file station belongs to.
int localidx; ///< Index within GRF file of station.