summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/map.h b/include/map.h
index 80772b1..7c0716d 100644
--- a/include/map.h
+++ b/include/map.h
@@ -62,7 +62,7 @@ tile get_tile_under_coords(platform_window* window, float x, float y);
float get_height_of_tile_under_coords(platform_window* window, float tocheckx, float tochecky);
int get_tile_height(platform_window* window);
int get_tile_width(platform_window* window);
-bool is_in_bounds(platform_window* window, float x, float y);
+bool is_in_bounds(float x, float y);
void draw_grid(platform_window* window);
map_info get_map_info(platform_window* window);