src/yapf/yapf.h
changeset 8768 4bcc90746175
parent 8636 9dc7e26247b7
child 8785 871586967963
equal deleted inserted replaced
8767:5b36ebf55150 8768:4bcc90746175
     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"
     9 
    10 
    10 /** Finds the best path for given ship.
    11 /** Finds the best path for given ship.
    11  * @param v        the ship that needs to find a path
    12  * @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)
    13  * @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
    14  * @param enterdir diagonal direction which the ship will enter this new tile from