diff options
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 ====== |