diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 14:55:43 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 14:55:43 +0100 |
commit | 7768d43410b72815c241b74e46476a4896f12b41 (patch) | |
tree | 4af3ea7bc2dd203040fb1e8d543506c9d5d90332 /inc/cub3d.h | |
parent | Norme (diff) | |
download | 42-cub3d-7768d43410b72815c241b74e46476a4896f12b41.tar.gz 42-cub3d-7768d43410b72815c241b74e46476a4896f12b41.tar.bz2 42-cub3d-7768d43410b72815c241b74e46476a4896f12b41.tar.xz 42-cub3d-7768d43410b72815c241b74e46476a4896f12b41.tar.zst 42-cub3d-7768d43410b72815c241b74e46476a4896f12b41.zip |
Smooth
Diffstat (limited to 'inc/cub3d.h')
-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 d83f7c0..b2ba3b7 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -127,7 +127,7 @@ typedef struct s_cub t_win *ft_init_win(void); t_cub *ft_init_cub(void); -int ft_key_event(int keycode, void *param); +int ft_key_event(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); |