summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-12-26 22:44:13 +0000
committersmatz <smatz@openttd.org>2008-12-26 22:44:13 +0000
commitf4d10ec033e7af54eedc9f19afccfff447e7c312 (patch)
treede8a0e35eb624115caa7ba3cd4511a6f1df150b8 /src/tile_cmd.h
parent21fa036c212b2c7734b05af18b5fdefeaa06ccc3 (diff)
downloadopenttd-f4d10ec033e7af54eedc9f19afccfff447e7c312.tar.xz
(svn r14751) -Codechange: put VehicleEnterTile declaration where it should be and use correct return type
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index a3be7ea44..5baa3fa25 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -152,6 +152,7 @@ struct TileTypeProcs {
extern const TileTypeProcs * const _tile_type_procs[16];
TrackStatus GetTileTrackStatus(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side = INVALID_DIAGDIR);
+VehicleEnterTileStatus VehicleEnterTile(Vehicle *v, TileIndex tile, int x, int y);
void GetAcceptedCargo(TileIndex tile, AcceptedCargo ac);
void ChangeTileOwner(TileIndex tile, Owner old_owner, Owner new_owner);
void AnimateTile(TileIndex tile);