@ -5,5 +5,14 @@ int pong();
void resetScore(int *score1, int *score2);
typedef struct {
int x;
int y;
int speedX;
int speedY;
} Ball;
void updateBallPosition(Ball* ball);
#endif