Files @ r14729:e9e99770f7ff
Branch filter:

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

yexo
(svn r19327) -Codechange: make the oilrig a part of the original airports array so some special cases can be removed
/* $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 */