1 #ifndef GPU_CONVEX_SCENE_H
2 #define GPU_CONVEX_SCENE_H
3 
4 class CommonExampleInterface* OpenCLBoxBoxCreateFunc(struct CommonExampleOptions& options);
5 
6 #endif  //GPU_CONVEX_SCENE_H
7