]> git.localhorst.tv Git - sdl-test7.git/blobdiff - src/pong/Match.h
added some comments
[sdl-test7.git] / src / pong / Match.h
index 8d36a0854ada6811655eb2862d830fcce63a47da..e3e227e2054bf5d3e97a0ac1ccb56759b9bd4063 100644 (file)
@@ -49,10 +49,10 @@ class Match
        private:
                app::Control *ctrl;
                TTF_Font *scoreFont;
-               SDL_Surface *leftScoreText, *rightScoreText;
+               SDL_Surface *leftScoreText, *rightScoreText, *topScoreText, *bottomScoreText, *totalScoreText;
                Sint32 paddleSpeed;
                Uint32 worldWidth, worldHeight;
-               Ball ball, secondBall, thirdBall;
+               Ball ball, secondBall, thirdBall, fourthBall, fifthBall, sixthBall;
                Paddle leftPaddle, rightPaddle;
                CountingWall topWall, bottomWall, leftWall, rightWall;
                std::vector<game::Entity *> entities;