aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index d72094c..4f28a84 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -18,16 +18,6 @@
#include <stddef.h>
#include <stdint.h>
-/*
-** ret vals:
-** 1: no argv[1]
-** 2: failed structs init
-** 3: failed mlx init
-** 4: map error
-** 5: no map
-** 6: read error
-*/
-
int8_t ft_init_cub3d(t_cub **clist);
t_map *ft_init_map(void);
void ft_wall_tex_init(t_cub *clist);
@@ -94,5 +84,6 @@ void ft_draw_life_bar(size_t map_w,
t_cub *cl);
void ft_music(t_cub *cl);
void ft_draw_sprite(t_cub *cl, int i);
+int8_t ft_warp_level(t_cub *cl);
# endif