repo.or.cz
/
pachi
/
json.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pattern_match_spatial(): Split out pattern_match_spatial_outer()
[pachi/json.git]
/
gtp.h
blob
b937b058c18f730a8c5efaedc02ac0ebcdcacb1d
1
#ifndef ZZGO_GTP_H
2
#define ZZGO_GTP_H
3
4
struct
board
;
5
struct
engine
;
6
7
void
gtp_parse
(
struct
board
*
b
,
struct
engine
*
e
,
char
*
buf
);
8
9
#endif