6 #include "../../../logic/entity/ball/ball.h" 7 #include "../../math/transformation.h" 9 #include <SFML/Graphics.hpp> 23 sf::RenderWindow &windowSFML;
43 BallSFML(
double x,
double y, sf::RenderWindow &window,
double speed = 8.0,
const string &textureFile =
"data/sprites/ball/ball.png");
The SFML element that represents the arkanoid::Ball in the game.
All the game gui elements of the Arkanoid game.
Representation of a vector.
The Ball in the Arkanoid game.