rm findplayer but add it in read, + get all targets

This commit is contained in:
2024-12-12 18:47:59 +01:00
parent 5274a135d6
commit ee26a60a09
5 changed files with 33 additions and 28 deletions

5
read.h
View File

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