From 38099c824be637878b7da34cbcd2da8ed7ad0a9a Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Tue, 18 Feb 2020 16:16:53 +0100 Subject: Ready to merge circles --- inc/cub3d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index 2362d07..22ce582 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -78,5 +78,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, + int32_t color, t_cub *cl); # endif -- cgit v1.2.3