Test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user