mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-19 00:34:28 +00:00
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
|