equal
deleted
inserted
replaced
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 |