ref: 387913ae403f85f5f4f67487b75e64fd8c03133e
dir: /src/random.h/
// 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];