diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-16 10:10:19 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-16 10:10:19 +0100 |
| commit | 75c7e5548de908c37c0fbdd49df50f3e7447e120 (patch) | |
| tree | 5b4511d817e8d2b8d294b935e7157bb4a0756c77 /cub3d.h | |
| parent | 83ca51f2cc760dca7635232b4b6e40db9616534f (diff) | |
| download | cub3d-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |
