repo.or.cz
/
pachi
/
t.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UCT, Distributed banners: More useful message
[pachi/t.git]
/
replay
/
replay.h
blob
14983a0fe0caab3ed3d97f35fc08c43cb0a3a352
1
#ifndef PACHI_REPLAY_REPLAY_H
2
#define PACHI_REPLAY_REPLAY_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_replay_init
(
char
*
arg
,
struct
board
*
b
);
7
8
#endif