We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd691d commit f217dd3Copy full SHA for f217dd3
il2cpp-hacking-so/il2cpp.h
@@ -25,7 +25,7 @@ typedef const char16_t* (*il2cpp_string_chars_t) (Il2CppString* string);
25
typedef const PropertyInfo* (*il2cpp_class_get_property_from_name_t) (Il2CppClass* klass, const char* name);
26
typedef Il2CppMethod* (*il2cpp_property_get_get_method_t) (PropertyInfo* prop);
27
28
-struct Runtime {
+struct Il2cppRuntime {
29
static void* GetIL2CPPModule()
30
{
31
auto mod = dlopen("libil2cpp.so", RTLD_LAZY);
0 commit comments