Fix to the const definition
[Project_algorithmic_C.git] / lib / constants.h
index 431b7964daf57117513a9e97100123afc663fa6c..902489d328688007167dbcd0299e519a5d01e98a 100644 (file)
 #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 */