pachi_py/pachi/patternplay/patternplay.h (
5
lines of code) (
raw
):
#ifndef PACHI_PATTERNPLAY_PATTERNPLAY_H #define PACHI_PATTERNPLAY_PATTERNPLAY_H #include "engine.h" struct engine *engine_patternplay_init(char *arg, struct board *b); #endif