repo.or.cz
/
pachi
/
derm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UCT internal.h: Mark distributed engine data clearly
[pachi/derm.git]
/
playout
/
light.h
blob
397d247fe00243b77c37473ad79f815c7505697d
1
#ifndef ZZGO_PLAYOUT_LIGHT_H
2
#define ZZGO_PLAYOUT_LIGHT_H
3
4
struct
board
;
5
struct
playout_policy
;
6
7
struct
playout_policy
*
playout_light_init
(
char
*
arg
,
struct
board
*
b
);
8
9
#endif