repo.or.cz
/
pachi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce cap1 trait and PF_*_1STONE for single-stone captures/escapes
[pachi.git]
/
playout
/
moggy.h
blob
6467597d2c03a420245ab5a806a27bfca6de393e
1
#ifndef ZZGO_PLAYOUT_MOGGY_H
2
#define ZZGO_PLAYOUT_MOGGY_H
3
4
struct
board
;
5
struct
playout_policy
;
6
7
struct
playout_policy
*
playout_moggy_init
(
char
*
arg
,
struct
board
*
b
);
8
9
#endif