aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 18:10:27 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 18:10:27 +0100
commita065577aeea93944fd8d582e720d7b01b89651b9 (patch)
treea73ad46865dfcfeef885c1f4fd635a477de8855b /inc/cub3d.h
parentBetter map colors (diff)
download42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.gz
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.bz2
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.xz
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.tar.zst
42-cub3d-a065577aeea93944fd8d582e720d7b01b89651b9.zip
Preparing music
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 4c4e22b..cf855b2 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -79,7 +79,7 @@ int ft_key_release(int keycode, t_cub *clist);
int8_t ft_check_ext(const char *filep, const char *ext);
int32_t ft_convert_keycode(const int32_t tmp_code);
int ft_key_loop(t_cub *cl);
-void ft_draw_circle(int32_t a, int32_t b,
+void ft_draw_circle(float a, float b,
int32_t color, t_cub *cl);
void ft_draw_texture(t_cub *cl, int x, int y, int tex_y);
int8_t ft_check_not_found(const char *path);
@@ -89,5 +89,6 @@ void ft_draw_life_bar(size_t map_w,
const uint16_t scale,
const int8_t life,
t_cub *cl);
+void ft_music(t_cub *cl);
# endif