src/npf.cpp
changeset 8635 3bbb6f87fced
parent 8627 448ebf3a8291
child 8640 1e93b81e96d2
equal deleted inserted replaced
8634:5ffca02f9115 8635:3bbb6f87fced
     2 
     2 
     3 /** @file npf.cpp */
     3 /** @file npf.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
       
     7 #include "npf.h"
       
     8 #include "vehicle.h"
     7 #include "bridge_map.h"
     9 #include "bridge_map.h"
     8 #include "debug.h"
    10 #include "debug.h"
     9 #include "tile_cmd.h"
    11 #include "tile_cmd.h"
    10 #include "bridge.h"
    12 #include "bridge.h"
    11 #include "landscape.h"
    13 #include "landscape.h"
    12 #include "npf.h"
       
    13 #include "aystar.h"
    14 #include "aystar.h"
    14 #include "pathfind.h"
    15 #include "pathfind.h"
    15 #include "station.h"
    16 #include "station.h"
    16 #include "station_map.h"
    17 #include "station_map.h"
    17 #include "depot.h"
    18 #include "depot.h"