Files
Sokoban/include/read.h
2024-12-24 15:51:26 +01:00

9 lines
317 B
C

#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, vect *pos_player);
#endif // !READ_H