From 79efc8a8e9976bbdd41d4a47b58c71d3be9d4ff7 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Mon, 19 Dec 2022 16:42:15 +0100 Subject: zombie chunks --- include/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/map.h') diff --git a/include/map.h b/include/map.h index 26bc749..8f153f8 100644 --- a/include/map.h +++ b/include/map.h @@ -58,8 +58,8 @@ int map[MAP_SIZE_Y][MAP_SIZE_X] = { }; void load_map_from_data(); -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); +tile get_tile_under_coords(float x, float y); +float get_height_of_tile_under_coords(float tocheckx, float tochecky); int get_tile_height(platform_window* window); int get_tile_width(platform_window* window); bool is_in_bounds(float x, float y); -- cgit v1.2.3-70-g09d2