Sokoban
Chargement...
Recherche...
Aucune correspondance
include
read.h
1
#ifndef READ_H
2
#define READ_H
3
#include "function.h"
4
vect *fileToTab2D (
const
char
*name_file,
char
**tab,
5
const
unsigned
N, vect *player,
int
*nbr_targets);
6
int
countCustomMaps(
char
*name_directory);
7
char
** generatorMenu(
char
*name_directory, vect *size, vect *pos_player);
8
#endif
// !READ_H
Généré par
1.13.1