changement organisation

This commit is contained in:
2024-12-20 16:02:15 +01:00
parent c5853d688f
commit d947786c0b
264 changed files with 9433 additions and 207 deletions

6
include/read.h Normal file
View 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