25 #ifndef SFML_NONCOPYABLE_HPP 26 #define SFML_NONCOPYABLE_HPP 31 #include <SFML/Config.hpp> 70 #endif // SFML_NONCOPYABLE_HPP Utility base class to easily declare non-copyable classes.
NonCopyable()
The default constructor won't be generated, so provide it.