Files @ r15526:fd788c63e5db
Branch filter:

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

terkhen
(svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found town window (Zuu).
/* $Id$ */

#ifndef NEWGRF_RAILTYPE_H
#define NEWGRF_RAILTYPE_H

#include "rail.h"

SpriteID GetCustomRailSprite(const RailtypeInfo *rti, TileIndex tile, RailTypeSpriteGroup rtsg, bool upper_halftile = false);

uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile);

#endif /* NEWGRF_RAILTYPE_H */