#pragma once #include class Cvijet { private: sf::RenderWindow* window; public: Cvijet(sf::RenderWindow* window); void draw(); };