summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni/id_cache.h
blob: 2fe07169d2ada4c8a29d253608b1f28d82ad205e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <jni.h>

namespace IDCache {

JNIEnv* GetEnvForThread();
jclass GetNativeLibraryClass();
jmethodID GetExitEmulationActivity();

} // namespace IDCache