Ejemplo n.º 1
0
void* Ordre_Thread::exec(void* robot_thread)
{
	Ordre_Thread* thread = (Ordre_Thread*)robot_thread;
	thread->run();
	return 0;
}