summaryrefslogtreecommitdiff
path: root/platform/android/src/jni_native.hpp
blob: 1cc9a7e81bfc4e4be8717f64ca5f0fb3194b8b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <mbgl/util/util.hpp>

#include "jni.hpp"

namespace mbgl {
namespace android {

MBGL_EXPORT void registerNatives(JavaVM* vm);

} // namespace android
} // namespace mbgl