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