diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_draw_textures.c (renamed from ft_draw_textures.c) | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ft_draw_textures.c b/src/ft_draw_textures.c index 5002daa..36cc832 100644 --- a/ft_draw_textures.c +++ b/src/ft_draw_textures.c @@ -13,4 +13,13 @@ #include <cub3d.h> #include <stdint.h> -void ft_draw_wall(on est al) +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 + * + * + * + */ +} |