Torque3D/Engine/lib/bullet/examples/OpenCL/broadphase/PairBench.h
2022-05-13 23:42:41 -04:00

9 lines
151 B
C++

#ifndef PAIR_BENCH_H
#define PAIR_BENCH_H
class CommonExampleInterface* PairBenchOpenCLCreateFunc(struct CommonExampleOptions& options);
#endif