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