fix emplacement de function

This commit is contained in:
2025-01-08 13:33:42 +01:00
parent 2d6a251f3c
commit 488f9a5fb0
6 changed files with 82 additions and 77 deletions

View File

@@ -5,4 +5,5 @@ vect *fileToTab2D (const char *name_file, char **tab,
const unsigned N, vect *player, int *nbr_targets);
int countCustomMaps(char *name_directory);
char ** generatorMenu(char *name_directory, vect *size, vect *pos_player);
void save_grid_to_file(int filename, char **tab2D);
#endif // !READ_H