android: Initial multiplayer support

And give room owners mod access on both Android and QT
This commit is contained in:
vampiric_x 2025-03-10 22:37:56 +01:00
parent ae75413cc3
commit e7e9453667
48 changed files with 2101 additions and 20 deletions

View file

@ -19,7 +19,7 @@ jobject ToJDouble(JNIEnv* env, double value);
s32 GetJInteger(JNIEnv* env, jobject jinteger);
jobject ToJInteger(JNIEnv* env, s32 value);
jobjectArray ToJStringArray(JNIEnv* env, const std::vector<std::string>& strs);
bool GetJBoolean(JNIEnv* env, jobject jboolean);
jobject ToJBoolean(JNIEnv* env, bool value);