Hello! I am trying to set up a GUI system. However, my RenderWindow instance is inside of a different class than what I am trying to access it from, and I can only access it via a RenderWindow*. Is there a way to set the tgui::Gui to the RenderWindow* that I have, or do I need to do something else? (Sorry if this is a little noob, I'm not that awesome at C++)