diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 22:38:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 22:38:46 +0100 |
commit | 6fed037a506e4f91f3427914886e5d432206e6fe (patch) | |
tree | 042a95c7900f9d7f833856e9cb717f173fcf3162 /inc | |
parent | in progress (diff) | |
download | 42-cub3d-6fed037a506e4f91f3427914886e5d432206e6fe.tar.gz 42-cub3d-6fed037a506e4f91f3427914886e5d432206e6fe.tar.bz2 42-cub3d-6fed037a506e4f91f3427914886e5d432206e6fe.tar.xz 42-cub3d-6fed037a506e4f91f3427914886e5d432206e6fe.tar.zst 42-cub3d-6fed037a506e4f91f3427914886e5d432206e6fe.zip |
leaks leaks leaks
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 c1ed9c3..76cc6a2 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -52,6 +52,7 @@ int ft_missing_error(const char *err, t_cub *clist); uint8_t ft_free_words(char **words); int ft_map_error(const char *errmsg, t_cub *clist); int ft_init_winlx(t_cub *clist); +int ft_init_winptr(t_cub *clist); void ft_draw_scene(t_cub *clist); void ft_print_list(t_cub *clist); uint32_t ft_rgb_to_hex(t_rgb rgb); |