mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
6a9c54c4ef
Small refactoring for ExampleBrowser: move examples cpp files in the app/executable Move ExtendedTutorials in its own app/executable as a test.
7 lines
185 B
C++
7 lines
185 B
C++
#ifndef TINYRENDERER_SETUP_H
|
|
#define TINYRENDERER_SETUP_H
|
|
|
|
class CommonExampleInterface* TinyRendererCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //TINYRENDERER_SETUP_H
|