This commit is contained in:
2024-12-14 04:13:59 +01:00
parent 5a2a2afe0a
commit 19a05574ab
5 changed files with 31 additions and 33 deletions

4
read.h
View File

@@ -1,6 +1,6 @@
#ifndef READ_H
#define READ_H
#include "function.h"
vect* fileToTab2D(const char* name_file, unsigned short int **tab,
const unsigned N, vect *player, int *nbr_targets);
vect *fileToTab2D (const char *name_file, unsigned short int **tab,
const unsigned N, vect *player, int *nbr_targets);
#endif // !READ_H