diff options
Diffstat (limited to 'path.c')
| -rw-r--r-- | path.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ #include "error.h" #include "config.h" +Path (*path_func)(int, Map, size_t, size_t, Position, Position, char **, char) = &astar_path; + char anim_automatic = 0; /* TODO: make it move the map maybe to show the path */ |
