aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 15:19:25 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 15:19:25 +0100
commitbecd4588f7bce0823228f721bffe40ee2e3bd68c (patch)
treedda3788b46d5a68c8c3a702631fcebc85c8607eb /inc/cub3d.h
parentWonderful my entier parsing is wrong (diff)
download42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.gz
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.bz2
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.xz
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.zst
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.zip
Everything is terrible but this might work
Diffstat (limited to '')
-rw-r--r--inc/cub3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 676253a..5a56df1 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -45,10 +45,11 @@ typedef struct s_cub
t_win *ft_init_win(void);
t_cub *ft_init_cub(void);
-void ft_parse_map(const char *map_path, t_cub *clist);
int ft_key_event(int keycode, void *param);
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);
+int ft_select_get(char **words, t_cub *clist);
int ft_get_res(int fd, t_cub *clist);
int ft_get_tex(int fd, t_cub *clist);
int ft_get_sprite_tex(int fd, t_cub *clist);