0 Members and 3 Guests are viewing this topic.
class UIManager { public: RenderWindow window; Event event; UIManager( const RenderWindow& win, const Event& e) : window(win), event(e) { } };