OpenTTD/src/pbs.h

14 lines
195 B
C
Raw Normal View History

/* $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 */