This commit is contained in:
jl777
2019-03-26 00:36:06 -11:00
parent 43bdea0840
commit c166507c62

View File

@@ -1,6 +1,12 @@
#include "tetris.h"
/*
In order to port a game into gamesCC, the RNG needs to be seeded with the gametxid seed, also events needs to be broadcast using issue_games_events
*/
int rand();
static int random_tetromino(void)
{
return rand() % NUM_TETROMINOS;