src/pathfind.cpp
changeset 9111 48ce04029fe4
parent 8962 1b263c69799d
child 9354 845e07db4549
equal deleted inserted replaced
9110:9c48301b2e19 9111:48ce04029fe4
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file pathfind.cpp */
     3 /** @file pathfind.cpp Implementation of the oldest supported pathfinder. */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "bridge_map.h"
     7 #include "bridge_map.h"
     8 #include "station_map.h"
     8 #include "station_map.h"