void CreateBomb();
void DrawBomb();
void HandleBomb();
void UndrawBomb();
void BombCollision(int x, int y, int rad);

extern int BombCount;
