aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 14:52:21 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 14:52:21 +0200
commitea86510df216646246f21266023c7cc3943b80f3 (patch)
tree6144b21b6d5c0118b872c8e339be1c2870e21714 /inc
parentBug fix (diff)
download42-cub3d-ea86510df216646246f21266023c7cc3943b80f3.tar.gz
42-cub3d-ea86510df216646246f21266023c7cc3943b80f3.tar.bz2
42-cub3d-ea86510df216646246f21266023c7cc3943b80f3.tar.xz
42-cub3d-ea86510df216646246f21266023c7cc3943b80f3.tar.zst
42-cub3d-ea86510df216646246f21266023c7cc3943b80f3.zip
Timings fix
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h5
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 ======