diff options
Diffstat (limited to 'chess.h')
| -rw-r--r-- | chess.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |