mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-31 21:21:19 +00:00
14 lines
383 B
C++
14 lines
383 B
C++
#include "Collision/CJointCollisionDescription.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CJointCollisionDescription::CJointCollisionDescription(ECollisionType, CSegId, CSegId, const zeus::CVector3f&,
|
|
const zeus::CVector3f&, float, float, EOrientationType,
|
|
const std::string&, float)
|
|
{
|
|
}
|
|
|
|
|
|
}
|