Merge pull request #47 from lemonsqueeze/board_undo
[pachi.git] / playout / light.h
blob7a7d0b66c89aaeb0165042930b0744cf490142c5
1 #ifndef PACHI_PLAYOUT_LIGHT_H
2 #define PACHI_PLAYOUT_LIGHT_H
4 struct board;
5 struct playout_policy;
7 struct playout_policy *playout_light_init(char *arg, struct board *b);
9 #endif