mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-12 08:19:34 +00:00
9 lines
243 B
C++
9 lines
243 B
C++
#ifndef COORDINATE_SYSTEM_DEMO_H
|
|
#define COORDINATE_SYSTEM_DEMO_H
|
|
|
|
class CommonExampleInterface* CoordinateSystemCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
|
|
#endif //COORDINATE_SYSTEM_DEMO_H
|
|
|