mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
9 lines
238 B
C
9 lines
238 B
C
#ifndef COORDINATE_SYSTEM_DEMO_H
|
|
#define COORDINATE_SYSTEM_DEMO_H
|
|
|
|
struct ExampleInterface* CoordinateSystemCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
|
|
#endif //COORDINATE_SYSTEM_DEMO_H
|
|
|