summaryrefslogtreecommitdiff
path: root/chess.h
diff options
context:
space:
mode:
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);