#ifndef READ_H #define READ_H #include "function.h" 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, int *x , int *y); #endif // !READ_H