Games replay

This commit is contained in:
jl777
2019-03-25 10:17:38 -11:00
parent 8665d036e6
commit be9c3500ac

View File

@@ -3568,5 +3568,10 @@ int tetris(int argc, char **argv)
return 0;
}
int32_t games_replay(uint64_t seed,int32_t sleeptime)
{
return(-1);
}
#endif