8 lines
180 B
C++
8 lines
180 B
C++
#ifndef GPU_CONVEX_SCENE_H
|
|
#define GPU_CONVEX_SCENE_H
|
|
|
|
class CommonExampleInterface* OpenCLBoxBoxCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
|
|
#endif //GPU_CONVEX_SCENE_H
|