forked from organicmaps/organicmaps
8 lines
130 B
C++
8 lines
130 B
C++
#pragma once
|
|
|
|
class Framework;
|
|
|
|
namespace benchmark
|
|
{
|
|
void RunGraphicsBenchmark(Framework * framework);
|
|
} // namespace benchmark
|