summaryrefslogtreecommitdiff
path: root/chess.h
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-05-31 12:02:35 -0400
committerFranklin Wei <me@fwei.tk>2017-05-31 12:02:35 -0400
commit80636acc8c4ed926ddc97a70ed91cc4ad6012cb4 (patch)
tree6c719e0c423983a4c6376b65d52d7703479e21e2 /chess.h
parentce674dc4200d5ac6bf32790fe7b53d6e548ad65c (diff)
downloadxenonchess-master.zip
xenonchess-master.tar.gz
xenonchess-master.tar.bz2
xenonchess-master.tar.xz
testing qsearchHEADmaster
Diffstat (limited to 'chess.h')
-rw-r--r--chess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chess.h b/chess.h
index 36cf5a7..efef2b2 100644
--- a/chess.h
+++ b/chess.h
@@ -73,3 +73,5 @@ bool can_castle(const struct chess_ctx *ctx, int color, int style);
uint64_t perft(const struct chess_ctx *ctx, int depth);
struct chess_ctx ctx_from_fen(const char *fen, int *len);
extern int location_bonuses[6][8][8];
+int ms_time(void);
+int quiesce(const struct chess_ctx *ctx, int a, int b);