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
uct/uct.c: Print backtrace when deleting invalid node
[pachi.git]
/
playout
/
light.h
blob
86e719ac4fa315aca4b59fc74392afcc5383e02f
1
#ifndef ZZGO_PLAYOUT_LIGHT_H
2
#define ZZGO_PLAYOUT_LIGHT_H
3
4
struct
playout_policy
;
5
6
struct
playout_policy
*
playout_light_init
(
char
*
arg
);
7
8
#endif