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
Send genmove and final_status_list in the dedicated hooks
[pachi.git]
/
random
/
random.h
blob
c398635e3b371cd5b0b4324e9efc0cf7f11e6b9d
1
#ifndef ZZGO_RANDOM_RANDOM_H
2
#define ZZGO_RANDOM_RANDOM_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_random_init
(
char
*
arg
,
struct
board
*
b
);
7
8
#endif