diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 20:09:07 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 20:09:07 +0100 |
commit | 2cf0485db50f566354cdfdef20214b2c0a4e1dca (patch) | |
tree | 21285f994ff8ab2b68cd5834191224c519a63767 /inc/cub3d.h | |
parent | map update (diff) | |
download | 42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.gz 42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.bz2 42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.xz 42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.zst 42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.zip |
Clean norme
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 749e2b6..bc9f1bd 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -125,8 +125,9 @@ typedef struct s_cub ** 6: not a .cub */ -t_win *ft_init_win(void); -t_cub *ft_init_cub(void); +int8_t ft_init_cub3d(t_cub **clist); +/* 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); |