diff options
Diffstat (limited to 'include/so_long.h')
| -rw-r--r-- | include/so_long.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/so_long.h b/include/so_long.h index 1f25424..5d0d394 100644 --- a/include/so_long.h +++ b/include/so_long.h @@ -6,7 +6,7 @@ /* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/05/08 14:14:02 by dkaiser #+# #+# */ -/* Updated: 2024/05/15 15:19:06 by dkaiser ### ########.fr */ +/* Updated: 2024/05/15 16:41:49 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ @@ -89,7 +89,7 @@ int init(t_game *game); void loop(void *params); void player_process(t_game *game); int draw(t_game *game); -int draw_map(t_game *game); +int draw_walls(t_game *game); void on_key_input(mlx_key_data_t event, void *params); t_vector grid_to_screen_pos(t_ivector grid_pos, t_ivector tile_size); t_ivector screen_to_grid_pos(t_vector screen_pos, t_ivector tile_size); |
