diff --git a/inc/parser.h b/inc/parser.h index b453880..4179ba9 100644 --- a/inc/parser.h +++ b/inc/parser.h @@ -6,7 +6,7 @@ /* By: qmennen +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/19 14:41:55 by whaffman #+# #+# */ -/* Updated: 2025/06/10 15:46:42 by qmennen ### ########.fr */ +/* Updated: 2025/06/10 15:49:46 by qmennen ### ########.fr */ /* */ /* ************************************************************************** */ @@ -49,5 +49,6 @@ int find_player_or_empty(t_map *map, int *x, int *y); int floodfill(t_map *map, int x, int y); t_sprite make_sprite(t_sprite_lib *def, double x, double y); int parse_map_line_sprites(char *line, t_game *game, int y); +int count_sprites(char *line); #endif \ No newline at end of file