diff options
Diffstat (limited to 'include/map.h')
| -rw-r--r-- | include/map.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
