9 lines
191 B
C++
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
|
|
|