diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-17 16:27:35 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-17 16:27:35 +0100 |
commit | 8a89388d397b50f2c70cef05f8fa6cfa10cc213c (patch) | |
tree | e010e46998fd02717135f60a6f03ec97f9b47f8d /inc/cub3d.h | |
parent | Merge branch 'master' of https://gitlab.com/JozanLeClerc/42-cub3d into tex_fmoen (diff) | |
download | 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.gz 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.bz2 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.xz 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.zst 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.zip |
small but important changes
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 386f658..04033b0 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -30,6 +30,8 @@ int8_t ft_init_cub3d(t_cub **clist); t_map *ft_init_map(void); +void ft_wall_tex_init(t_cub *clist); +void ft_choose_tex(t_cub *clist); void ft_hooks_and_loops(t_win *wl, t_cub *cl); int ft_key_event(int keycode, t_cub *clist); int ft_click_close(int keycode, t_cub *clist); |