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
Fix parsing of mqprob, moves & handicap_value parameters
[pachi/peepo.git]
/
joseki
/
joseki.h
blob
74730ad45a8cc7a7d076b388b931ce87c417918d
1
#ifndef PACHI_JOSEKI_JOSEKI_H
2
#define PACHI_JOSEKI_JOSEKI_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_joseki_init
(
char
*
arg
,
struct
board
*
b
);
7
8
#endif