ref: 54ea6bebeb3effbfc25b3790f4b1d8c49fa441bd
dir: /src/graphics.h/
// graphics.h
void DrawSpriteBlobs( int player, int type );
void EraseSpriteBlobs( int player );
void CleanSpriteArea( int player, MRect *myRect );
void CalcBlobRect( int x, int y, MRect *myRect );
void DrawBackdrop( void );
void ShowTitle( void );
void InitBackdrop( void );
extern SDL_Surface* backdropSurface;
enum
{
blobBlinkAnimation = 0,
blobJiggleAnimation,
blobCryAnimation
};