This commit is contained in:
jl777
2019-03-26 05:16:46 -11:00
parent bb97066b46
commit 2ed6eccec6

View File

@@ -14,8 +14,6 @@
******************************************************************************/ ******************************************************************************/
#include "gamescc.h" #include "gamescc.h"
#include "tetris.c" // replace with game code
uint64_t _games_rngnext(uint64_t initseed) uint64_t _games_rngnext(uint64_t initseed)
{ {
@@ -88,6 +86,9 @@ int32_t games_replay2(uint8_t *newdata,uint64_t seed,gamesevent *keystrokes,int3
return(n); return(n);
} }
#include "tetris.c" // replace with game code
#ifndef STANDALONE #ifndef STANDALONE
#include "tetris.cpp" // replace with game specific functions #include "tetris.cpp" // replace with game specific functions