コード例 #1
0
ファイル: Robot_Thread.cpp プロジェクト: Arossius/SCOR
void* Robot_Thread::exec(void* robot_thread)
{
	Robot_Thread* thread = (Robot_Thread*)robot_thread;
	thread->run();
	return 0;
}