repo.or.cz
/
pachi
/
pachi-r6144.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not use priority argument for constructor to allow compilation with older gcc.
[pachi/pachi-r6144.git]
/
gtp.h
blob
0f6e6986919cfb8f3f184c1a0a3ac4cea4d49ca8
1
#ifndef ZZGO_GTP_H
2
#define ZZGO_GTP_H
3
4
struct
board
;
5
struct
engine
;
6
struct
time_info
;
7
8
void
gtp_parse
(
struct
board
*
b
,
struct
engine
*
e
,
struct
time_info
*
ti
,
char
*
buf
);
9
10
#endif