mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-22 16:13:45 +00:00
9 lines
151 B
C
9 lines
151 B
C
|
|
#ifndef PAIR_BENCH_H
|
||
|
|
#define PAIR_BENCH_H
|
||
|
|
|
||
|
|
class CommonExampleInterface* PairBenchOpenCLCreateFunc(struct CommonExampleOptions& options);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|