Files @ r14594:e900584d60cb
Branch filter:

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

rubidium
(svn r19181) -Change: rework the order of the data in the base graphics metadata files.
-Add: translations for Czech, German, Finnish and Spanish to the base graphics metadata files.
/* $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 */