repo.or.cz
/
pachi
/
t.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
media: Add two pictures of Pachi; let's not neglect its personality!
[pachi/t.git]
/
playout
/
light.h
blob
7a7d0b66c89aaeb0165042930b0744cf490142c5
1
#ifndef PACHI_PLAYOUT_LIGHT_H
2
#define PACHI_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