aboutsummaryrefslogtreecommitdiff
path: root/capture.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-15 15:15:24 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-15 15:15:24 +0100
commit83ca51f2cc760dca7635232b4b6e40db9616534f (patch)
treef23f413f5f24ad89102d4c05dff8cbce832959bf /capture.c
parent58261e54bfd281273a67c4c8e06ffc5164ad8ba1 (diff)
downloadcub3d-83ca51f2cc760dca7635232b4b6e40db9616534f.tar.gz
cub3d-83ca51f2cc760dca7635232b4b6e40db9616534f.tar.bz2
cub3d-83ca51f2cc760dca7635232b4b6e40db9616534f.zip
raycasting local -> t_render_state, algo helper in render_state.c
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index e1b14b8..00cbcc8 100644
--- a/capture.c
+++ b/capture.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/11 13:15:11 by cacharle #+# #+# */
-/* Updated: 2020/01/11 13:32:54 by cacharle ### ########.fr */
+/* Updated: 2020/01/15 15:08:34 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -21,5 +21,4 @@ int capture(t_state *state)
void write_bmp(t_image *image)
{
-
}