Files @ r15097:f9d2a68b7a1d
Branch filter:

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

frosch
(svn r19733) -Change: Set var 60+x parameters in the inspect window per feature.
/* $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 */