stats_add_result_decay(): Fix division by zero in case of decay==1
[pachi.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