uct_search() result cannot change: Check against worst.time instead of desired.time
[pachi.git] / gtp.h
blob0f6e6986919cfb8f3f184c1a0a3ac4cea4d49ca8
1 #ifndef ZZGO_GTP_H
2 #define ZZGO_GTP_H
4 struct board;
5 struct engine;
6 struct time_info;
8 void gtp_parse(struct board *b, struct engine *e, struct time_info *ti, char *buf);
10 #endif