aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-02-18 18:18:01 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-02-18 18:18:01 +0100
commitf8cd383a3ed07be0fb3ad78ad25a0c053c53ae3d (patch)
tree53fb6c5cea4b793f1619ed0dd5a3d76dfc910081 /inc/cub3d.h
parenthmmmmmmmmmmm (diff)
download42-cub3d-f8cd383a3ed07be0fb3ad78ad25a0c053c53ae3d.tar.gz
42-cub3d-f8cd383a3ed07be0fb3ad78ad25a0c053c53ae3d.tar.bz2
42-cub3d-f8cd383a3ed07be0fb3ad78ad25a0c053c53ae3d.tar.xz
42-cub3d-f8cd383a3ed07be0fb3ad78ad25a0c053c53ae3d.tar.zst
42-cub3d-f8cd383a3ed07be0fb3ad78ad25a0c053c53ae3d.zip
pas loin
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 2362d07..d3e018e 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -78,5 +78,6 @@ int ft_key_release(int keycode, t_cub *clist);
int8_t ft_check_ext(const char *filep, const char *ext);
int32_t ft_convert_keycode(const int32_t tmp_code);
int ft_key_loop(t_cub *cl);
+void ft_draw_texture(t_cub *cl, int x, int y, int tex_y);
# endif