Files
Sokoban/read.h
2024-12-14 04:13:59 +01:00

7 lines
208 B
C

#ifndef READ_H
#define READ_H
#include "function.h"
vect *fileToTab2D (const char *name_file, unsigned short int **tab,
const unsigned N, vect *player, int *nbr_targets);
#endif // !READ_H