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
TD_GAMES: Do not crash when pondering is enabled (fix 95e09d4)
[pachi/peepo.git]
/
replay
/
replay.h
blob
e8426ea7f22333b6df12babc62856cbcd313600d
1
#ifndef ZZGO_REPLAY_REPLAY_H
2
#define ZZGO_REPLAY_REPLAY_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_replay_init
(
char
*
arg
,
struct
board
*
b
);
7
8
#endif