mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
259bcb1989
add premake option to choose targetdir for binaries/libraries add simple hinge.urdf file
9 lines
203 B
C++
9 lines
203 B
C++
#ifndef ROBOT_CONTROL_EXAMPLE_H
|
|
#define ROBOT_CONTROL_EXAMPLE_H
|
|
|
|
class CommonExampleInterface* RobotControlExampleCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //ROBOT_CONTROL_EXAMPLE_H
|
|
|
|
|