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
UCB1AMAF: Change both_colors to something more sensible
[pachi/peepo.git]
/
playout
/
old.h
blob
20084b2177a3b6107a38e72f89e2410e4e34dad1
1
#ifndef ZZGO_PLAYOUT_OLD_H
2
#define ZZGO_PLAYOUT_OLD_H
3
4
struct
playout_policy
;
5
6
struct
playout_policy
*
playout_old_init
(
char
*
arg
);
7
8
#endif