mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
6 lines
146 B
C++
6 lines
146 B
C++
#ifndef PAIR_BENCH_H
|
|
#define PAIR_BENCH_H
|
|
|
|
class CommonExampleInterface* PairBenchOpenCLCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif
|