From ea86510df216646246f21266023c7cc3943b80f3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 30 Mar 2020 14:52:21 +0200 Subject: Timings fix --- inc/cub3d.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index 50f2bf3..02cb20d 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -234,8 +234,9 @@ void *ft_sfx_ooa_thread(void *vargp); */ float ft_clock_to_ms(clock_t ticks); -void ft_handle_firing(clock_t dt, t_cub *cl); -void ft_get_fps_count(clock_t delta_time, t_cub *cl); +void ft_timings(clock_t before, t_cub *cl); +void ft_handle_firing(clock_t before, t_cub *cl); +void ft_get_fps_count(clock_t before, t_cub *cl); /* ** ====== DELETION ====== -- cgit v1.2.3