Torque3D/Engine/lib/bullet/examples/OpenCL/broadphase/PairBench.h
2022-06-27 10:01:08 -04:00

6 lines
146 B
C++

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