aboutsummaryrefslogtreecommitdiff
path: root/src/evaluate.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-31 20:27:02 +0200
committerAdam <adammegarules1@gmail.com>2026-07-31 20:27:02 +0200
commit1b006985ba2381a29dd9aa34aec1dafbae224897 (patch)
treee437b4a1ec54cf043f7272a3fc5d3060f5706a37 /src/evaluate.hpp
parentee7815bad917cf880c147186a01679fb7ce46a8e (diff)
using cpp check on this project
Diffstat (limited to 'src/evaluate.hpp')
-rw-r--r--src/evaluate.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evaluate.hpp b/src/evaluate.hpp
index feeff70..66b362d 100644
--- a/src/evaluate.hpp
+++ b/src/evaluate.hpp
@@ -9,6 +9,6 @@
*/
int EvaluateBoardForWhite(Game *g);
-bool IsEndgame(Game *g);
+bool IsEndgame(const Game *g);
#endif /* SRC_EVALUATE_H_ */