1
General / Re: Sharing SFML variable between 2 classes
« on: May 21, 2019, 02:46:05 pm »You didn't define constructor for Player class, that's why linking fails.
Thanks!!!
I had a constructor but not the default one with no arguments
Is it okay that have both?
like this
Player(with arguments);
Player();