From 75c7e5548de908c37c0fbdd49df50f3e7447e120 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 16 Jan 2020 10:10:19 +0100 Subject: fixing raycasting things and braking computers --- cub3d.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cub3d.h') diff --git a/cub3d.h b/cub3d.h index 748d59b..3151574 100644 --- a/cub3d.h +++ b/cub3d.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/11/15 06:40:37 by cacharle #+# #+# */ -/* Updated: 2020/01/15 15:10:45 by cacharle ### ########.fr */ +/* Updated: 2020/01/16 08:08:16 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include @@ -255,7 +255,6 @@ void rstate_line_height(t_state *state, t_render_state *rstate); void rstate_next_probe(t_render_state *rstate); t_image *get_tex(t_state *state, t_render_state *rstate); - /* ** capture.c */ -- cgit