From 5ad03a84ee06712ef4331a173c710657da70d0d0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 23 Mar 2020 22:31:15 +0100 Subject: got work to do --- inc/cub3d.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inc/cub3d.h') diff --git a/inc/cub3d.h b/inc/cub3d.h index 852ece4..80ea1e2 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -99,6 +99,13 @@ void ft_draw_skybox(t_cub *cl); void ft_draw_handweap(t_cub *cl); void ft_macos_suffer_animation(t_cub *cl); void ft_linux_suffer_animation(t_cub *cl); +void *ft_ammo_back_thread(void *vargp); +void *ft_minimap_back_thread(void *vargp); +void *ft_map_thread(void *vargp); +void *ft_life_bar_thread(void *vargp); +void *ft_ammo_bar_thread(void *vargp); +void *ft_health_cap_thread(void *vargp); +void *ft_ammo_cap_thread(void *vargp); /* ** ====== PARSING ====== -- cgit v1.2.3