예제 #1
0
void CIVPhysical::SetPhysical(IVPhysical * pPhysical)
{
#ifdef EXT_LOG
	CLogFile::Printf(__FUNCSIG__);
#endif
	SetDynamicEntity(pPhysical);
}
예제 #2
0
void CPhysical::SetPhysical(IPhysical * pPhysical)
{
	SetDynamicEntity(pPhysical);
}