aboutsummaryrefslogtreecommitdiff
path: root/cub3d.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-16 10:10:19 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-16 10:10:19 +0100
commit75c7e5548de908c37c0fbdd49df50f3e7447e120 (patch)
tree5b4511d817e8d2b8d294b935e7157bb4a0756c77 /cub3d.h
parent83ca51f2cc760dca7635232b4b6e40db9616534f (diff)
downloadcub3d-75c7e5548de908c37c0fbdd49df50f3e7447e120.tar.gz
cub3d-75c7e5548de908c37c0fbdd49df50f3e7447e120.tar.bz2
cub3d-75c7e5548de908c37c0fbdd49df50f3e7447e120.zip
fixing raycasting things and braking computers
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
*/