diff options
Diffstat (limited to 'path.h')
| -rw-r--r-- | path.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,4 +10,6 @@ Path breadth_first_search_path_8dir(Map map, size_t width, size_t height, Positi Path astar_path_4dir(Map map, size_t width, size_t height, Position start, Position end); size_t manhattan_distance(Position a, Position b); +void path_free(Path path, size_t height); + #endif /* ASTAR_H_ */ |
