diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 18:35:49 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 18:35:49 +0100 |
commit | a8444907257b7a46b7b2cb9ee49c20fe82b8789e (patch) | |
tree | ff904d583d20e78330b751e3624deb9f0cc4d329 /inc/cub3d.h | |
parent | Got east texture (diff) | |
download | 42-cub3d-a8444907257b7a46b7b2cb9ee49c20fe82b8789e.tar.gz 42-cub3d-a8444907257b7a46b7b2cb9ee49c20fe82b8789e.tar.bz2 42-cub3d-a8444907257b7a46b7b2cb9ee49c20fe82b8789e.tar.xz 42-cub3d-a8444907257b7a46b7b2cb9ee49c20fe82b8789e.tar.zst 42-cub3d-a8444907257b7a46b7b2cb9ee49c20fe82b8789e.zip |
Correct
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 909dcf8..e837a34 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -47,8 +47,9 @@ int ft_exit(uint8_t exit_code, t_win *wlist); void ft_drawsquare(t_win *wlist, int a, int b); int ft_get_res(int fd, t_win *wlist); int ft_get_tex(int fd, t_win *wlist); +int ft_get_sprite_tex(int fd, t_win *wlist); void ft_free_words(char **words); -int ft_map_error(unsigned int line, t_win *wlist); +int ft_map_error(unsigned int linum, t_win *wlist); int ft_init_winlx(t_win *wlist); #endif |