This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/extern/bullet/BulletDynamics/Dynamics/BU_Joint.cpp
Erwin Coumans feb4f51103 Added Bullet library.
Only windows projectfiles for now.
Will ask Hans to get unix makefiles done.
2005-07-16 09:58:01 +00:00

11 lines
76 B
C++

#include "BU_Joint.h"
BU_Joint::BU_Joint()
{
}
BU_Joint::~BU_Joint()
{
}