X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fconstants.h;h=88c466e0462d6dd8430145956ede7c5674720f59;hb=9240af1ae3159c7ba2f1ff1152089efd7fa5e38e;hp=976b299b593bfad8b5eb5be475b883a6f327f333;hpb=45ce2fe369cead248855111baa5fe0c0495acf69;p=Project_algorithmic_C.git diff --git a/lib/constants.h b/lib/constants.h index 976b299..88c466e 100644 --- a/lib/constants.h +++ b/lib/constants.h @@ -19,8 +19,8 @@ #ifndef CONSTANTS_H #define CONSTANTS_H -#define board_size 8 -//extern const unsigned int board_size; /* 8 */ +#define board_size 8 /* 8 */ +//extern const int board_size; /* 8 */ extern const unsigned int empty; /* 0 */ extern const unsigned int black; /* 1 */ @@ -42,4 +42,3 @@ extern const unsigned int west; extern const unsigned int north_west; #endif /* CONSTANTS_H */ -