summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rail.h b/src/rail.h
index 8b5848bc4..fe5664152 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -8,7 +8,6 @@
#include "gfx.h"
#include "rail_type.h"
#include "track_type.h"
-#include "tile.h"
#include "variables.h"
/** This struct contains all the info that is needed to draw and construct tracks.
@@ -228,8 +227,6 @@ void DrawCatenaryOnTunnel(const TileInfo *ti);
Foundation GetRailFoundation(Slope tileh, TrackBits bits);
-void FloodHalftile(TileIndex t);
-
int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback
#endif /* RAIL_H */