Add Chromium-only Blender WebEngine parity work
This commit is contained in:
27
blender-5.2.0/intern/itasc/kdl/frameacc.cpp
Normal file
27
blender-5.2.0/intern/itasc/kdl/frameacc.cpp
Normal file
@@ -0,0 +1,27 @@
|
||||
/** \file itasc/kdl/frameacc.cpp
|
||||
* \ingroup intern_itasc
|
||||
*/
|
||||
/*****************************************************************************
|
||||
* Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
|
||||
*
|
||||
* \version
|
||||
* ORO_Geometry V0.2
|
||||
*
|
||||
* \par History
|
||||
* - $log$
|
||||
*
|
||||
* \par Release
|
||||
* $Name: $
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
#include "frameacc.hpp"
|
||||
|
||||
namespace KDL {
|
||||
|
||||
#ifndef KDL_INLINE
|
||||
#include "frameacc.inl"
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user