Files @ r14784:4ff091d20873
Branch filter:

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

frosch
(svn r19383) -Fix [FS#3680]: Overbuilding bridges cleared PBS reservation.
/* $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 */