shithub: candycrisis

ref: 3dd9cf71ff8e00d23b5741337d48e2e6ed169fe9
dir: /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];