X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fconstants.h;h=902489d328688007167dbcd0299e519a5d01e98a;hb=2e5c189444a82df0d9127c94322ec4e3b159dcce;hp=431b7964daf57117513a9e97100123afc663fa6c;hpb=480acfeb0ef3b0c4e9ec23ec145c9860ba64095e;p=Project_algorithmic_C.git diff --git a/lib/constants.h b/lib/constants.h index 431b796..902489d 100644 --- a/lib/constants.h +++ b/lib/constants.h @@ -19,5 +19,11 @@ #ifndef CONSTANTS_H #define CONSTANTS_H +#define board_size 8 + +extern const int empty; +extern const int white; +extern const int black; + #endif /* CONSTANTS_H */