X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fothello.h;h=9800676693bd58f59919d56269428f3ed00c30ad;hp=dc6784ea58307edfa57ad118eeab1cad9a61b997;hb=bbbe0570290fabaa78053bf74b5571ff43b589ae;hpb=cca9463e74e618b99f79d6b2c29b9b3f4f5a1511 diff --git a/lib/othello.h b/lib/othello.h index dc6784e..9800676 100644 --- a/lib/othello.h +++ b/lib/othello.h @@ -45,6 +45,6 @@ bool is_board_full(unsigned int pawn_array[board_size][board_size]); unsigned int count_pawns_type(unsigned int pawn_array[board_size][board_size], unsigned int type); -unsigned int valid_shot(int y, int x, unsigned int current_player, unsigned int pawn_array[board_size][board_size]); +unsigned int valid_shot(int y, int x, unsigned int current_player, unsigned int pawn_array[board_size][board_size]); #endif /* OTHELLO_H */