diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 13:26:56 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 13:26:56 +0100 |
commit | a8b3a2574e0eb07764e51043b523f6459bb3594c (patch) | |
tree | f8b8dc9d36c3df12ecd9681a4f12eed70a6054d4 /ft_draw_textures.c | |
parent | Tweaked rot_speed (diff) | |
download | 42-cub3d-a8b3a2574e0eb07764e51043b523f6459bb3594c.tar.gz 42-cub3d-a8b3a2574e0eb07764e51043b523f6459bb3594c.tar.bz2 42-cub3d-a8b3a2574e0eb07764e51043b523f6459bb3594c.tar.xz 42-cub3d-a8b3a2574e0eb07764e51043b523f6459bb3594c.tar.zst 42-cub3d-a8b3a2574e0eb07764e51043b523f6459bb3594c.zip |
asdasd
Diffstat (limited to '')
-rw-r--r-- | ft_draw_textures.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ft_draw_textures.c b/ft_draw_textures.c new file mode 100644 index 0000000..5002daa --- /dev/null +++ b/ft_draw_textures.c @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_basic_keys.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */ +/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#include <cub3d.h> +#include <stdint.h> + +void ft_draw_wall(on est al) |