shithub: candycrisis

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