diff options
Diffstat (limited to 'src/pbs.cpp')
-rw-r--r-- | src/pbs.cpp | 5 |
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. |