X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo2%2Flib%2Fcoordinates.h;h=b396c3d890c92896336d04c5b8cd41613090dfbc;hp=3a17ade5a608a152f621d6a7fefa15b3915f9e61;hb=811d4abe716c4d14629cee5beda1e1f3cff979bc;hpb=ee5eaefbd7a82c48cda43b24f518ba8b681e0472 diff --git a/TP_13/exo2/lib/coordinates.h b/TP_13/exo2/lib/coordinates.h index 3a17ade..b396c3d 100644 --- a/TP_13/exo2/lib/coordinates.h +++ b/TP_13/exo2/lib/coordinates.h @@ -33,6 +33,6 @@ typedef struct coordinates_s { void init_coordinates(coordinates_t* coordinates_array); coordinates_t set_coordinates(int y, int x, unsigned type); unsigned add_coordinates(coordinates_t new_coordinates, coordinates_t* coordinates_array, unsigned round); -bool chk_win_conditions(coordinates_t* coordinates_array); +bool chk_win_conditions(coordinates_t* coordinates_array, unsigned round); #endif /* COORDINATES_H */