X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fconstants.h;h=e7f1e5ca2ce2d3a31698ab6a731ebab3f0c2c5ae;hp=976b299b593bfad8b5eb5be475b883a6f327f333;hb=a80646b74eca11c71696dedeb674870437c5bb6f;hpb=45ce2fe369cead248855111baa5fe0c0495acf69 diff --git a/lib/constants.h b/lib/constants.h index 976b299..e7f1e5c 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 */