X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fconstants.h;h=74ea1d8d8a3c9222065453fe6df279e8e9965a22;hp=431b7964daf57117513a9e97100123afc663fa6c;hb=4ddf6f1a0411ed147ba7a2ac178c186ebef374b5;hpb=480acfeb0ef3b0c4e9ec23ec145c9860ba64095e diff --git a/lib/constants.h b/lib/constants.h index 431b796..74ea1d8 100644 --- a/lib/constants.h +++ b/lib/constants.h @@ -19,5 +19,9 @@ #ifndef CONSTANTS_H #define CONSTANTS_H +const int empty = 0; +const int white = 1; +const int black = 2; + #endif /* CONSTANTS_H */