diff options
Diffstat (limited to 'src/train.h')
-rw-r--r-- | src/train.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/train.h b/src/train.h index 85c9edf67..fda6e3031 100644 --- a/src/train.h +++ b/src/train.h @@ -50,6 +50,8 @@ bool TryPathReserve(Train *v, bool mark_as_stuck = false, bool first_tile_okay = int GetTrainStopLocation(StationID station_id, TileIndex tile, const Train *v, int *station_ahead, int *station_length); +void GetTrainSpriteSize(EngineID engine, uint &width, uint &height, int &xoffs, int &yoffs, EngineImageType image_type); + /** Variables that are cached to improve performance and such */ struct TrainCache { /* Cached wagon override spritegroup */ |