changement organisation
This commit is contained in:
6
include/read.h
Normal file
6
include/read.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#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);
|
||||
#endif // !READ_H
|
||||
Reference in New Issue
Block a user