mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix JavaClassWrapper so it actually works
This commit is contained in:
@@ -52,6 +52,6 @@ Variant _jobject_to_variant(JNIEnv *env, jobject obj);
|
||||
|
||||
Variant::Type get_jni_type(const String &p_type);
|
||||
|
||||
const char *get_jni_sig(const String &p_type);
|
||||
String get_jni_sig(const String &p_type);
|
||||
|
||||
#endif // JNI_UTILS_H
|
||||
|
||||
Reference in New Issue
Block a user