Files
Sokoban/read.h
2024-12-12 13:02:55 +01:00

6 lines
134 B
C

#ifndef READ_H
#define READ_H
void fileToTab2D(const char* name_file, unsigned short int **tab, const unsigned N);
#endif // !READ_H