Files @ r14993:43e9f15bd64b
Branch filter:

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

terkhen
(svn r19615) -Fix [FS#3763]: Company related graphs weren't updated correctly after changing the company colour.
/* $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 */