예제 #1
0
파일: Profiler.cpp 프로젝트: rarosu/FnulAI
void Profiler::show(string mId)
{
	ProfilerObj* cObj = getObj(mId);
	if (cObj != NULL) cObj->show();
}