diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-19 16:42:15 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-19 16:42:15 +0100 |
| commit | 79efc8a8e9976bbdd41d4a47b58c71d3be9d4ff7 (patch) | |
| tree | 5a46a8406ec3404859e0f3926bc75e08423afaa8 /include/map.h | |
| parent | 22936e7a270a9bd0f13acb651b15db2158a8d6e0 (diff) | |
zombie chunks
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); |
