Base class for all ball types in the game.
SDL_Renderer * renderer
Definition ball_test.cpp:25
BallBase(float size=35.0f)
Constructor for BallBase.
Definition ball_base.cpp:24
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