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
|