shithub: candycrisis

ref: b4805f6e847e719e08e5f75e09b4f6010f7b43b6
dir: /src/random.h/

View raw version
// random.h

void InitRandom( int numPieces );
int GetPiece( int player );
int RandomBefore( int what );
int GetMagic( int player );
int GetGrenade( int player );
void AddExtraPiece( void );

extern int pieceMap[kBlobTypes];