Files @ r15033:7478447d4953
Branch filter:

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

yexo
(svn r19660) -Feature: [NewGRF] support cb36 for aircraft speed also in the build menu
/* $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 */