Import polyline rail tool patch v10b

http://www.tt-forums.net/viewtopic.php?f=33&t=57080
This commit is contained in:
patch-import
2016-04-13 21:03:48 +01:00
committed by Jonathan G Rennison
parent 6b0ea01f4e
commit 01cf154f51
13 changed files with 760 additions and 166 deletions

View File

@@ -14,6 +14,7 @@
#include "gfx_type.h"
#include "tilehighlight_type.h"
#include "track_type.h"
void PlaceProc_DemolishArea(TileIndex tile);
bool GUIPlaceProcDragXY(ViewportDragDropSelectionProcess proc, TileIndex start_tile, TileIndex end_tile);
@@ -30,6 +31,10 @@ void VpSetPlaceSizingLimit(int limit);
void UpdateTileSelection();
void StoreRailPlacementEndpoints(TileIndex start_tile, TileIndex end_tile, Track start_track, bool bidirectional = true);
void ResetRailPlacementSnapping();
bool CurrentlySnappingRailPlacement();
extern TileHighlightData _thd;
#endif /* TILEHIGHLIGHT_FUNC_H */