00001 /* $Id: newgrf_railtype.h 19056 2010-02-07 22:22:54Z peter1138 $ */ 00002 00003 #ifndef NEWGRF_RAILTYPE_H 00004 #define NEWGRF_RAILTYPE_H 00005 00006 #include "rail.h" 00007 00008 SpriteID GetCustomRailSprite(const RailtypeInfo *rti, TileIndex tile, RailTypeSpriteGroup rtsg); 00009 00010 uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile); 00011 00012 #endif /* NEWGRF_RAILTYPE_H */