Files @ r14724:8f8a60f22bdd
Branch filter:

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

yexo
(svn r19322) -Codechange: change the id of the oilrig airport from 15 to 9
/* $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 */