8#ifndef TRIANGLE_BALL_HPP
9#define TRIANGLE_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
Triangle shaped ball implementation inheriting from BallBase.
Definition triangle_ball.hpp:21
void render_object(SDL_Renderer *renderer) override
Renders the triangle ball on screen.
Definition triangle_ball.cpp:21
TriangleBall()
Constructor for TriangleBall.
Definition triangle_ball.hpp:28