bullet3/examples/RenderingExamples/TinyRendererSetup.h
erwin coumans 6a9c54c4ef Remove unused ROS urdf (was replaced by Bullet UrdfParser.
Small refactoring for ExampleBrowser: move examples cpp files in the app/executable
Move ExtendedTutorials in its own app/executable as a test.
2016-05-12 23:03:12 -07:00

7 lines
185 B
C++

#ifndef TINYRENDERER_SETUP_H
#define TINYRENDERER_SETUP_H
class CommonExampleInterface* TinyRendererCreateFunc(struct CommonExampleOptions& options);
#endif //TINYRENDERER_SETUP_H