(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h

This commit is contained in:
rubidium
2007-12-19 23:26:02 +00:00
parent d582aea639
commit 5b49e75453
74 changed files with 233 additions and 224 deletions

View File

@@ -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 */