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
tree_expand_node(): Debugging prints
[pachi/peepo.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