mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-12 08:51:41 +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
|
||
|
|
|