summaryrefslogtreecommitdiff
path: root/benchmark/src/mbgl/benchmark/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/src/mbgl/benchmark/util.hpp')
-rw-r--r--benchmark/src/mbgl/benchmark/util.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmark/src/mbgl/benchmark/util.hpp b/benchmark/src/mbgl/benchmark/util.hpp
new file mode 100644
index 0000000000..759015e0e3
--- /dev/null
+++ b/benchmark/src/mbgl/benchmark/util.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+namespace mbgl {
+
+class Map;
+
+namespace benchmark {
+
+void render(Map&);
+
+} // namespace benchmark
+} // namespace mbgl