6 #include "../../../logic/entity/wall/wall.h" 7 #include "../../math/transformation.h" 9 #include <SFML/Graphics.hpp> 21 sf::RenderWindow &windowSFML;
41 WallSFML(
double x,
double y, sf::RenderWindow &window,
const string &textureFile =
"data/sprites/wall/wall.png");
All the game gui elements of the Arkanoid game.
The Wall (left/right/top side) in the Arkanoid game that represents a single "square".
The SFML element that represents the arkanoid::Wall in the game.