9 lines
131 B
C++
9 lines
131 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
class Framework;
|
||
|
|
|
||
|
|
namespace benchmark
|
||
|
|
{
|
||
|
|
void RunGraphicsBenchmark(Framework * framework);
|
||
|
|
} // namespace benchmark
|