summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-19 15:39:12 +0000
committerrubidium <rubidium@openttd.org>2008-10-19 15:39:12 +0000
commitd832626bb9f8009c636c3ebef0620ead499ef8d3 (patch)
tree2a5381abe13a96fd46089d41193bd7b605164edc /src/station_type.h
parent15eb140d28a8fc131dedc595c7685562917130a4 (diff)
downloadopenttd-d832626bb9f8009c636c3ebef0620ead499ef8d3.tar.xz
(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_type.h b/src/station_type.h
index 85457d544..854746b0b 100644
--- a/src/station_type.h
+++ b/src/station_type.h
@@ -14,6 +14,7 @@ struct StationSpec;
static const StationID INVALID_STATION = 0xFFFF;
+/** Station types */
enum StationType {
STATION_RAIL,
STATION_AIRPORT,