From e141146776d9e0ac6bffe71c18dbe634ed1c2658 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 15 Feb 2020 15:10:46 +0100 Subject: small changez --- src/ft_draw_textures.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/ft_draw_textures.c (limited to 'src') diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c new file mode 100644 index 0000000..36cc832 --- /dev/null +++ b/src/ft_draw_textures.c @@ -0,0 +1,25 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_basic_keys.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: fmoenne- +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */ +/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#include +#include + +void ft_draw_wall(t_cub *clist, int x, int draw_start, int draw_end) +{ + clist->img.ptr[/*calcul a la con*/x]; + /* + * faire calcul wola + * + * + * + */ +} -- cgit v1.2.3