1
Window / Re: Declaring SFML Window as a member in a class
« on: March 06, 2015, 06:42:07 pm »You have to make sure that the class which contains the sf::Window does not get copied too (e.g. define your own copy constructor for the class (or delete it/make it private))
btw: a better thread name would be "Declaring SFML Window as a member in a class" or something like that.
AlexAUT
Thanks! I'll give this a go and report back. I've also updated the title, too.