diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-30 17:46:28 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-30 17:46:28 +0200 |
commit | df8d32e84a60558c38a0d75496c82de657103648 (patch) | |
tree | 964706cdd49ea979e42eef21dfa6f5af4299a7ce /inc/cub3d.h | |
parent | Commit (diff) | |
download | 42-cub3d-df8d32e84a60558c38a0d75496c82de657103648.tar.gz 42-cub3d-df8d32e84a60558c38a0d75496c82de657103648.tar.bz2 42-cub3d-df8d32e84a60558c38a0d75496c82de657103648.tar.xz 42-cub3d-df8d32e84a60558c38a0d75496c82de657103648.tar.zst 42-cub3d-df8d32e84a60558c38a0d75496c82de657103648.zip |
It's moving!
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 85e2ab3..aaf4f55 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -240,6 +240,15 @@ void ft_handle_firing(clock_t before, t_cub *cl); void ft_get_fps_count(clock_t before, t_cub *cl); /* +** ====== BAD BOYS ====== +*/ + +void ft_select_bad_boy_action(t_cub *cl); +void ft_bb_wait(t_bad_boy *bl, t_sprite *sl, t_map *ml); +void ft_bb_walk(t_bad_boy *bl, t_sprite *sl, t_map *ml); +void ft_bb_fire(t_bad_boy *bl, t_sprite *sl, t_map *ml); + +/* ** ====== DELETION ====== */ |