summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFoundation.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLFoundation.mm')
-rw-r--r--platform/darwin/src/MGLFoundation.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLFoundation.mm b/platform/darwin/src/MGLFoundation.mm
new file mode 100644
index 0000000000..1cc56de298
--- /dev/null
+++ b/platform/darwin/src/MGLFoundation.mm
@@ -0,0 +1,4 @@
+#import "MGLFoundation_Private.h"
+
+/// Initializes the run loop shim that lives on the main thread.
+mbgl::util::RunLoop mgl_runLoop;