forked from mirror/OpenTTD
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user