newgrf_railtype.h

00001 /* $Id: newgrf_railtype.h 20168 2010-07-17 11:45:42Z rubidium $ */
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, bool upper_halftile = false);
00009 
00010 uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile);
00011 
00012 #endif /* NEWGRF_RAILTYPE_H */

Generated on Sat Jul 31 21:37:49 2010 for OpenTTD by  doxygen 1.6.1