newgrf_railtype.h

00001 /* $Id: newgrf_railtype.h 20432 2010-08-09 21:58:52Z rubidium $ */
00002 
00003 #ifndef NEWGRF_RAILTYPE_H
00004 #define NEWGRF_RAILTYPE_H
00005 
00006 #include "rail.h"
00007 #include "newgrf_commons.h"
00008 
00009 SpriteID GetCustomRailSprite(const RailtypeInfo *rti, TileIndex tile, RailTypeSpriteGroup rtsg, TileContext context = TCX_NORMAL);
00010 
00011 uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile);
00012 
00013 #endif /* NEWGRF_RAILTYPE_H */

Generated on Tue Sep 14 17:06:51 2010 for OpenTTD by  doxygen 1.6.1