Finalize the implementation of the playable shots list displaying
[Project_algorithmic_C.git] / lib / constants.h
index 976b299b593bfad8b5eb5be475b883a6f327f333..88c466e0462d6dd8430145956ede7c5674720f59 100644 (file)
@@ -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 */
-