summaryrefslogtreecommitdiff
path: root/src/chess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chess.h')
-rwxr-xr-xsrc/chess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chess.h b/src/chess.h
index 7760920..062e3dc 100755
--- a/src/chess.h
+++ b/src/chess.h
@@ -2351,6 +2351,8 @@ ClearRootNodecountHash(void);
//
// draw.c
//
+extern SCORE g_iDrawScore[2];
+
FLAG
IsDraw(SEARCHER_THREAD_CONTEXT *ctx);