File diff r8107:82461791b7a2 → r8108:1d5bdeea7e20
src/rail.h
Show inline comments
 
@@ -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
 

	
 
Foundation GetRailFoundation(Slope tileh, TrackBits bits);
 

	
 
void FloodHalftile(TileIndex t);
 

	
 
int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback
 

	
 
#endif /* RAIL_H */