playout/old: valid_escape_route() now takes color inst. of from
[pachi/peepo.git] / playout / old.h
blob461072e7e8cfea89c88c282d42bc73c0a80bf377
1 #ifndef ZZGO_PLAYOUT_OLD_H
2 #define ZZGO_PLAYOUT_OLD_H
4 #include "move.h"
5 #include "stone.h"
7 struct montecarlo;
8 struct board;
10 coord_t playout_old(struct montecarlo *mc, struct board *b, enum stone our_real_color);
12 #endif