summaryrefslogtreecommitdiff
path: root/benchmark/src/mbgl/benchmark/util.hpp
blob: 73acfb69d52fb8bcc94e6a7e420fd63c9678454d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

namespace mbgl {

class Map;
class OffscreenView;

namespace benchmark {

void render(Map&, OffscreenView&);

} // namespace benchmark
} // namespace mbgl