mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-03 03:49:21 +00:00
7 lines
212 B
C++
7 lines
212 B
C++
#ifndef BLOCKSOLVER_RIGIDBODYBOXES_H_
|
|
#define BLOCKSOLVER_RIGIDBODYBOXES_H_
|
|
|
|
class CommonExampleInterface* RigidBodyBoxesCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //BLOCKSOLVER_RIGIDBODYBOXES_H_
|