summaryrefslogtreecommitdiff
path: root/src/pbs.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-01 22:45:39 +0000
committerrubidium <rubidium@openttd.org>2009-12-01 22:45:39 +0000
commitf52e27c688b00fd2b44887f0694717cd8449d31d (patch)
tree1268b38bfce0d85fd3868c19fb1454460ef135e7 /src/pbs.cpp
parenta7beae873310c67c8761994269627ebeabf08996 (diff)
downloadopenttd-f52e27c688b00fd2b44887f0694717cd8449d31d.tar.xz
(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory
Diffstat (limited to 'src/pbs.cpp')
-rw-r--r--src/pbs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pbs.cpp b/src/pbs.cpp
index a0e6531b6..1c0f0465c 100644
--- a/src/pbs.cpp
+++ b/src/pbs.cpp
@@ -7,11 +7,12 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file pbs.cpp */
+/** @file pbs.cpp PBS support routines */
+
#include "stdafx.h"
#include "functions.h"
#include "vehicle_func.h"
-#include "yapf/follow_track.hpp"
+#include "pathfinder/yapf/follow_track.hpp"
/**
* Get the reserved trackbits for any tile, regardless of type.