bullet3/examples/BasicDemo/BasicExample.h

8 lines
216 B
C
Raw Normal View History

#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