mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-17 15:01:06 +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
|