summaryrefslogtreecommitdiff
path: root/src/pbs.h
blob: 51a9ba2017342c4b84517ca0e2efbdbe5f2788b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $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 */