diff options
| author | Franklin Wei <me@fwei.tk> | 2017-05-31 12:02:35 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-05-31 12:02:35 -0400 |
| commit | 80636acc8c4ed926ddc97a70ed91cc4ad6012cb4 (patch) | |
| tree | 6c719e0c423983a4c6376b65d52d7703479e21e2 /chess.h | |
| parent | ce674dc4200d5ac6bf32790fe7b53d6e548ad65c (diff) | |
| download | xenonchess-master.zip xenonchess-master.tar.gz xenonchess-master.tar.bz2 xenonchess-master.tar.xz | |
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); |