Files @ r15308:46e6663ae21c
Branch filter:

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

alberth
(svn r19959) -Fix (r19889): Disable drag destination highlighting when aborting a drag.
/* $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 */