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
New parameter defaults, obtained by tuning on large configurations
[pachi/peepo.git]
/
patternscan
/
patternscan.h
blob
8bf50d77d70798e2b593b2cbdea0c8407e9e80a5
1
#ifndef PACHI_PATTERNSCAN_PATTERNSCAN_H
2
#define PACHI_PATTERNSCAN_PATTERNSCAN_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_patternscan_init
(
char
*
arg
,
struct
board
*
b
);
7
8
#endif