Files @ r14526:bc6bd0422cf0
Branch filter:

Location: cpp/openttd-patchpack/source/src/newgrf_railtype.h

rubidium
(svn r19107) -Change: GCC 3.2 seems to be having trouble with some templates too
/* $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 */