aboutsummaryrefslogtreecommitdiff
path: root/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'cub3d.h')
-rw-r--r--cub3d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cub3d.h b/cub3d.h
index 748d59b..3151574 100644
--- a/cub3d.h
+++ b/cub3d.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 <stdio.h>
@@ -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
*/