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