diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-15 15:19:51 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-15 15:19:51 +0100 |
commit | 99b7afe29d51529e1b2d08b2d68ebec152457253 (patch) | |
tree | 9cb2217493def3e03c5c4ef049f383c3b98f17ae /inc/cub3d.h | |
parent | small changez (diff) | |
download | 42-cub3d-99b7afe29d51529e1b2d08b2d68ebec152457253.tar.gz 42-cub3d-99b7afe29d51529e1b2d08b2d68ebec152457253.tar.bz2 42-cub3d-99b7afe29d51529e1b2d08b2d68ebec152457253.tar.xz 42-cub3d-99b7afe29d51529e1b2d08b2d68ebec152457253.tar.zst 42-cub3d-99b7afe29d51529e1b2d08b2d68ebec152457253.zip |
Merged
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index d4ca854..386f658 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -32,7 +32,7 @@ int8_t ft_init_cub3d(t_cub **clist); t_map *ft_init_map(void); void ft_hooks_and_loops(t_win *wl, t_cub *cl); int ft_key_event(int keycode, t_cub *clist); -int ft_click_close(uint64_t 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_draw_square(int a, int b, int rgb, t_cub *clist); void ft_parse_map(const char *map_path, t_cub *clist); |