Add Android support for automatic disc changing

This commit is contained in:
JosJuice 2018-12-25 13:33:22 +01:00
commit 63c9831b93
12 changed files with 100 additions and 30 deletions

View file

@ -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);