diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 15:12:52 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 15:12:52 +0100 |
commit | a1e2fbb1502564a7d49a47ca1949aeec83ea67b2 (patch) | |
tree | 36a4068779ca81b81d14281a36d338034c36917d /inc/cub3d.h | |
parent | Smooth (diff) | |
download | 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.gz 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.bz2 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.xz 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.tar.zst 42-cub3d-a1e2fbb1502564a7d49a47ca1949aeec83ea67b2.zip |
New function, trying to close properly
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index b2ba3b7..e7615e9 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -128,6 +128,7 @@ typedef struct s_cub t_win *ft_init_win(void); t_cub *ft_init_cub(void); int ft_key_event(int keycode, t_cub *clist); +int ft_click_close(int keycode, t_cub *clist); int ft_exit(uint8_t exit_code, t_cub *clist); void ft_drawsquare(int a, int b, int rgb, t_cub *clist); void ft_parse_map(const char *map_path, t_cub *clist); |