summaryrefslogtreecommitdiff
path: root/platform/node/src/node_mapbox_gl_native.hpp
blob: b98b035fea866787a9904652374410107409b3c2 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <mbgl/util/run_loop.hpp>

namespace node_mbgl {

mbgl::util::RunLoop& NodeRunLoop();

}