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" |
|
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 |