diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 17:31:04 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 17:31:04 +0200 |
commit | 07ce2cc784a0d420fbc807244847b55389427f6c (patch) | |
tree | 9ccd0f73be06633204d80f92c35f191cb9bbd1ff /inc/cub3d.h | |
parent | Merge branch 'adventures' into bad_boy_select (diff) | |
download | 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.gz 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.bz2 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.xz 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.tar.zst 42-cub3d-07ce2cc784a0d420fbc807244847b55389427f6c.zip |
Selectable enemy
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index bfc0299..15d9ef0 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -68,6 +68,7 @@ void ft_wall_tex_init(t_cub *cl); void ft_next_sprite_init(t_cub *cl); void ft_weap_tex_init(t_cub *cl); void ft_num_tex_init(t_cub *cl); +void ft_tex_bad_boy_init(t_cub *cl); /* ** ====== DRAW ====== |