X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fconstants.h;h=976b299b593bfad8b5eb5be475b883a6f327f333;hp=186e5dba3485420051252baa43116bacb05cae9f;hb=45ce2fe369cead248855111baa5fe0c0495acf69;hpb=a8b5457691fcb565dd185e7a623dd53eca96127c diff --git a/lib/constants.h b/lib/constants.h index 186e5db..976b299 100644 --- a/lib/constants.h +++ b/lib/constants.h @@ -32,5 +32,14 @@ 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 */ +extern const unsigned int north; +extern const unsigned int north_east; +extern const unsigned int east; +extern const unsigned int south_east; +extern const unsigned int south; +extern const unsigned int south_west; +extern const unsigned int west; +extern const unsigned int north_west; + #endif /* CONSTANTS_H */