This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/map/benchmark_tools.hpp
2017-01-17 15:55:34 +03:00

8 lines
130 B
C++

#pragma once
class Framework;
namespace benchmark
{
void RunGraphicsBenchmark(Framework * framework);
} // namespace benchmark