src/yapf/yapf.h
branchNewGRF_ports
changeset 10184 fcf5fb2548eb
parent 6878 7d1ff2f621c7
child 10455 22c441f5adf9
equal deleted inserted replaced
10179:eec5a7dcbf61 10184:fcf5fb2548eb
     4 
     4 
     5 #ifndef  YAPF_H
     5 #ifndef  YAPF_H
     6 #define  YAPF_H
     6 #define  YAPF_H
     7 
     7 
     8 #include "../debug.h"
     8 #include "../debug.h"
       
     9 #include "../depot_type.h"
       
    10 #include "../direction_type.h"
     9 
    11 
    10 /** Finds the best path for given ship.
    12 /** Finds the best path for given ship.
    11  * @param v        the ship that needs to find a path
    13  * @param v        the ship that needs to find a path
    12  * @param tile     the tile to find the path from (should be next tile the ship is about to enter)
    14  * @param tile     the tile to find the path from (should be next tile the ship is about to enter)
    13  * @param enterdir diagonal direction which the ship will enter this new tile from
    15  * @param enterdir diagonal direction which the ship will enter this new tile from