X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fothello.h;fp=lib%2Fothello.h;h=7146617a7a4136d3e2684cc0b6ece662597beea4;hp=9800676693bd58f59919d56269428f3ed00c30ad;hb=9240af1ae3159c7ba2f1ff1152089efd7fa5e38e;hpb=c8c562de07c5dcd2fd557ed100cf62a15140bbe4 diff --git a/lib/othello.h b/lib/othello.h index 9800676..7146617 100644 --- a/lib/othello.h +++ b/lib/othello.h @@ -47,4 +47,7 @@ unsigned int count_pawns_type(unsigned int pawn_array[board_size][board_size], u unsigned int valid_shot(int y, int x, unsigned int current_player, unsigned int pawn_array[board_size][board_size]); +void build_playable_shots_list(unsigned int current_player, struct shots_list_s* shots_list, unsigned int pawn_array[board_size][board_size]); +void free_shots_list(struct shots_list_s* shots_list); + #endif /* OTHELLO_H */