X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fpong%2FMatch.h;h=8d36a0854ada6811655eb2862d830fcce63a47da;hb=7f9fa3ab53fa3014054f7b68aef658ae90c4c21b;hp=ce7c0e1a96f5250d42bed4fadd5b21472f0e1532;hpb=44463c94a67cccc62a1a91d051c9544701ddd8b1;p=sdl-test7.git diff --git a/src/pong/Match.h b/src/pong/Match.h index ce7c0e1..8d36a08 100644 --- a/src/pong/Match.h +++ b/src/pong/Match.h @@ -52,7 +52,7 @@ class Match SDL_Surface *leftScoreText, *rightScoreText; Sint32 paddleSpeed; Uint32 worldWidth, worldHeight; - Ball ball, secondBall; + Ball ball, secondBall, thirdBall; Paddle leftPaddle, rightPaddle; CountingWall topWall, bottomWall, leftWall, rightWall; std::vector entities;