aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h3
-rw-r--r--inc/cub3d_structs.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 81cb3d0..6a1ed2d 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -146,8 +146,7 @@ size_t ft_get_line_len(char *line);
*/
uint8_t ft_check_map_arg(int argc, const char *argv[]);
-uint8_t ft_use_args(int argc, const char *argv[],
- char *const envp[], t_cub *clist);
+uint8_t ft_use_args(int argc, const char *argv[], t_cub *clist);
/*
** ====== RAYCAST ======
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 85031bb..9b220c1 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -233,7 +233,6 @@ typedef struct s_cub
uint8_t doicast;
uint16_t currlvl;
uint16_t i;
- char *const *envp;
char errmsg[64];
int32_t key_input[5];
char fps_count[9];