Add Android support for automatic disc changing

This commit is contained in:
JosJuice
2019-01-04 09:24:42 +01:00
parent 352ac91a1c
commit 63c9831b93
12 changed files with 100 additions and 30 deletions
@@ -10,3 +10,4 @@
std::string GetJString(JNIEnv* env, jstring jstr);
jstring ToJString(JNIEnv* env, const std::string& str);
std::vector<std::string> JStringArrayToVector(JNIEnv* env, jobjectArray array);