Moggy: Better nlibrate default for 19x19
[pachi/derm.git] / playout / moggy.h
blob0f6c10c6814f4ace3eb6532bdf298921ecb9b43d
1 #ifndef ZZGO_PLAYOUT_MOGGY_H
2 #define ZZGO_PLAYOUT_MOGGY_H
4 struct board;
5 struct playout_policy;
6 struct joseki_dict;
8 struct playout_policy *playout_moggy_init(char *arg, struct board *b, struct joseki_dict *jdict);
10 #endif