fast_frandom() always returns float, not floating_t
[pachi/t.git] / replay / replay.h
blob14983a0fe0caab3ed3d97f35fc08c43cb0a3a352
1 #ifndef PACHI_REPLAY_REPLAY_H
2 #define PACHI_REPLAY_REPLAY_H
4 #include "engine.h"
6 struct engine *engine_replay_init(char *arg, struct board *b);
8 #endif