25#ifndef SFML_THREADWIN32_HPP
26#define SFML_THREADWIN32_HPP
31#include <SFML/System/NonCopyable.hpp>
48 typedef void (*FuncType)(
void*);
57 Thread(FuncType Function,
void* UserData = NULL);
110 static unsigned int __stdcall ThreadFunc(
void* UserData);
Thread defines an easy way to manipulate a thread.
Utility base class to easily declare non-copyable classes.