Sokoban
Chargement...
Recherche...
Aucune correspondance
read.h
1#ifndef READ_H
2#define READ_H
3#include "function.h"
4vect *fileToTab2D (const char *name_file, char **tab,
5 const unsigned N, vect *player, int *nbr_targets);
6#endif // !READ_H
Definition function.h:20