diff options
Diffstat (limited to 'src/ft_get_sprite_tex.c')
-rw-r--r-- | src/ft_get_sprite_tex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_sprite_tex.c b/src/ft_get_sprite_tex.c index 4db469a..8eb9481 100644 --- a/src/ft_get_sprite_tex.c +++ b/src/ft_get_sprite_tex.c @@ -3,7 +3,7 @@ #include <stdlib.h> int -ft_get_sprite_tex(int fd, t_cub *clist) +ft_get_sprite(char **words, t_cub *clist) { char *line; char **words; |