summaryrefslogtreecommitdiff
path: root/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'rail.h')
-rw-r--r--rail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rail.h b/rail.h
index 5cfc7340c..37270a1bf 100644
--- a/rail.h
+++ b/rail.h
@@ -465,4 +465,7 @@ void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
void DrawCatenary(const TileInfo *ti);
uint GetRailFoundation(Slope tileh, TrackBits bits);
+
+int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback
+
#endif /* RAIL_H */