summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/sources.hpp
blob: c7b36818b2c66941d2c2a8b0e8f0e9e60d67bd6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <mbgl/style/source.hpp>

#include "source.hpp"
#include "../../android_renderer_frontend.hpp"

#include <jni/jni.hpp>

namespace mbgl {
namespace android {

    jni::jobject* createJavaSourcePeer(jni::JNIEnv&, AndroidRendererFrontend&, mbgl::style::Source&);

    void registerNativeSources(jni::JNIEnv&);

} // namespace android
} // namespace mbgl