mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-12 00:58:57 +00:00
8 lines
216 B
C++
8 lines
216 B
C++
#ifndef BASIC_EXAMPLE_H
|
|
#define BASIC_EXAMPLE_H
|
|
|
|
class ExampleInterface* BasicExampleCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
|
|
|
|
|
|
#endif //BASIC_DEMO_PHYSICS_SETUP_H
|