diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 13:28:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 13:28:52 +0100 |
commit | f57f187a59840d07cd47058022c44d464ad76522 (patch) | |
tree | 22d7e5be602a8dbd21999e43760a1fc0d0b0fdb7 /inc/cub3d.h | |
parent | INTENSE mapping (diff) | |
download | 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.gz 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.bz2 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.xz 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.tar.zst 42-cub3d-f57f187a59840d07cd47058022c44d464ad76522.zip |
Loaded weapon images needs to memory
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index fa42b4f..aedd550 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -61,7 +61,8 @@ void ft_death_hooks(t_win *wl, t_cub *cl); ** ====== TEXTURES ====== */ -void ft_wall_tex_init(t_cub *clist); +void ft_wall_tex_init(t_cub *cl); +void ft_weap_tex_init(t_cub *cl); void ft_choose_tex(t_cub *clist); /* |