Files
bullet3/examples/OpenCL/broadphase/PairBench.h

9 lines
191 B
C++

#ifndef PAIR_BENCH_H
#define PAIR_BENCH_H
class CommonExampleInterface* PairBenchOpenCLCreateFunc(struct PhysicsInterface* pint, struct GUIHelperInterface* helper, int option);
#endif