You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/pbs.h

14 lines
195 B
C

/* $Id$ */
/** @file pbs.h PBS support routines */
#ifndef PBS_H
#define PBS_H
#include "tile_type.h"
#include "track_type.h"
TrackBits GetReservedTrackbits(TileIndex t);
#endif /* PBS_H */