diff options
Diffstat (limited to 'bmp.c')
| -rw-r--r-- | bmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,9 +5,7 @@ #include <curses.h> #include "map.h" -#include "path.h" #include "structs.h" -#include "priority_queue.h" /* TODO: clean up, do defines or whatever */ void map_to_bmp(Map map, size_t map_width, size_t map_height, Position start, Position goal, Path path, char **visited, char *filename) { |
