From 2bb88255388bedae0d94c9c06751ee8f140a9194 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 2 Aug 2008 22:47:48 +0000 Subject: (svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc) --- src/pbs.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/pbs.h (limited to 'src/pbs.h') diff --git a/src/pbs.h b/src/pbs.h new file mode 100644 index 000000000..51a9ba201 --- /dev/null +++ b/src/pbs.h @@ -0,0 +1,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 */ -- cgit v1.2.3-54-g00ecf