// // Created by Benjamin on 1/25/2022. // #ifndef SFML_TEMPLATE_GROUP_H #define SFML_TEMPLATE_GROUP_H #include #include "Sprite.h" #include "Label.h" class Group { public: Group(); explicit Group(sf::RenderWindow *); std::vector* getLayerSprites(unsigned int); std::vector