repo.or.cz
/
pachi
/
peepo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix parsing of mqprob, moves & handicap_value parameters
[pachi/peepo.git]
/
playout
/
moggy.h
blob
a590938c5318eea72a34417b74ce5a5ecf885c23
1
#ifndef PACHI_PLAYOUT_MOGGY_H
2
#define PACHI_PLAYOUT_MOGGY_H
3
4
struct
board
;
5
struct
playout_policy
;
6
struct
joseki_dict
;
7
8
struct
playout_policy
*
playout_moggy_init
(
char
*
arg
,
struct
board
*
b
,
struct
joseki_dict
*
jdict
);
9
10
#endif