mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-03 21:06:58 +00:00
13 lines
294 B
C
13 lines
294 B
C
/* $Id$ */
|
|
|
|
#ifndef NEWGRF_RAILTYPE_H
|
|
#define NEWGRF_RAILTYPE_H
|
|
|
|
#include "rail.h"
|
|
|
|
SpriteID GetCustomRailSprite(const RailtypeInfo *rti, TileIndex tile, RailTypeSpriteGroup rtsg);
|
|
|
|
uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile);
|
|
|
|
#endif /* NEWGRF_RAILTYPE_H */
|