What is the correct syntax to do that? In both the .h and .cpp. because right now I am getting the following error:
C:\Users\Steven\Desktop\SFML-1.5\include\SFML\System\NonCopyable.hpp|57|error: `sf::NonCopyable::NonCopyable(const sf::NonCopyable&)' is private|
followed by:
C:\Users\Steven\Desktop\RPG\main.cpp|21|error: initializing argument 2 of `void PC::Handle_event(sf::Event, sf::RenderWindow)'|