25#ifndef SFML_MUTEXWIN32_HPP
26#define SFML_MUTEXWIN32_HPP
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...
Vector2 is an utility class for manipulating 2 dimensional vectors.
Utility base class to easily declare non-copyable classes.