diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-18 16:16:53 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-18 16:16:53 +0100 |
commit | 38099c824be637878b7da34cbcd2da8ed7ad0a9a (patch) | |
tree | e38a2fe4cedee7135f00700246d8a66b41228cc3 /inc/cub3d.h | |
parent | Merge branch 'textures_continued' (diff) | |
download | 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.gz 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.bz2 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.xz 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.tar.zst 42-cub3d-38099c824be637878b7da34cbcd2da8ed7ad0a9a.zip |
Ready to merge circles
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |