aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-24 18:19:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-24 18:19:20 +0100
commit4286b43e9e35242b03f5a38af1099f77901c0b3e (patch)
tree6ee93930d83e24f047cbd72dbfbcbd8ebfa14dfc /inc
parentAdded a second map for error management (diff)
download42-cub3d-4286b43e9e35242b03f5a38af1099f77901c0b3e.tar.gz
42-cub3d-4286b43e9e35242b03f5a38af1099f77901c0b3e.tar.bz2
42-cub3d-4286b43e9e35242b03f5a38af1099f77901c0b3e.tar.xz
42-cub3d-4286b43e9e35242b03f5a38af1099f77901c0b3e.tar.zst
42-cub3d-4286b43e9e35242b03f5a38af1099f77901c0b3e.zip
Much cleaner
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 80f89bb..909dcf8 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -41,7 +41,7 @@ typedef struct s_win
t_win *ft_init_win(void);
t_cub *ft_init_cub(void);
-void ft_parse_map(t_win *wlist, const char *map_path);
+void ft_parse_map(const char *map_path, t_win *wlist);
int ft_key_event(int keycode, void *param);
int ft_exit(uint8_t exit_code, t_win *wlist);
void ft_drawsquare(t_win *wlist, int a, int b);