X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fconstants.h;h=186e5dba3485420051252baa43116bacb05cae9f;hb=a8b5457691fcb565dd185e7a623dd53eca96127c;hp=aa6bc5172a2bd0246591321cd9f1491ce10227ec;hpb=74e2b93b658575fa792ada51c3bf1cdc3cfde247;p=Project_algorithmic_C.git diff --git a/lib/constants.h b/lib/constants.h index aa6bc51..186e5db 100644 --- a/lib/constants.h +++ b/lib/constants.h @@ -23,13 +23,12 @@ //extern const unsigned int board_size; /* 8 */ extern const unsigned int empty; /* 0 */ -extern const unsigned int white; /* 1 */ -extern const unsigned int black; /* 2 */ +extern const unsigned int black; /* 1 */ +extern const unsigned int white; /* 2 */ extern const unsigned int player_one; /* black */ extern const unsigned int player_two; /* white */ - extern const unsigned int hint_allowed; /* legal place for a pawn */ extern const unsigned int hint_forbidden; /* illegal place for a pawn */