shithub: candycrisis

ref: e7c1ece8a7b2c7b7a37c3654861cef1da9876e6f
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];