test pour menu

This commit is contained in:
2024-12-24 15:51:26 +01:00
parent 7f9433f505
commit c50388def9
8 changed files with 67 additions and 27 deletions

View File

@@ -4,5 +4,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, int *x , int *y);
char ** generatorMenu(char *name_directory, int *x , int *y, vect *pos_player);
#endif // !READ_H