mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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
|
||
|
|
|