8 #ifndef SQUARE_BALL_HPP
9 #define SQUARE_BALL_HPP
Base class for all ball types in the game.
SDL_Renderer * renderer
Definition: ball_test.cpp:25
Abstract base class for all ball types in the game.
Definition: ball_base.hpp:23
Square shaped ball implementation inheriting from BallBase.
Definition: square_ball.hpp:21
SquareBall()
Constructor for SquareBall.
Definition: square_ball.hpp:28
void render_object(SDL_Renderer *renderer) override
Renders the square ball on screen.
Definition: square_ball.cpp:19