8 lines
130 B
C
8 lines
130 B
C
|
|
#ifndef RENDER_SCENE_H
|
|
#define RENDER_SCENE_H
|
|
|
|
void createSceneProgrammatically(class GLInstancingRenderer& renderer);
|
|
|
|
#endif//
|