bullet3/examples/RenderingExamples/CoordinateSystemDemo.h

9 lines
237 B
C
Raw Normal View History

#ifndef COORDINATE_SYSTEM_DEMO_H
#define COORDINATE_SYSTEM_DEMO_H
2015-04-16 22:16:13 +00:00
class ExampleInterface* CoordinateSystemCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif //COORDINATE_SYSTEM_DEMO_H