31#include <SFML/System/NonCopyable.hpp>
Lock is an exception-safe automatic wrapper for locking and unlocking mutexes.
Mutex defines a mutex (MUTual EXclusion) object, that allows a thread to lock critical instructions t...
Utility base class to easily declare non-copyable classes.