diff options
Diffstat (limited to 'map.h')
| -rw-r--r-- | map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ void map_free(Map map, size_t height); void print_map_out(Map map, size_t width, size_t height); -void map_editor(Map *map, size_t *width, size_t *height, Position *start, Position *goal); +void map_editor(Map *map, size_t *width, size_t *height, Position *start, Position *goal, int dirs); void map_copy(Map src, size_t src_w, size_t src_h, Map dest, size_t dest_w, size_t dest_h); |
