This commit is contained in:
Spartan322
2025-05-22 14:01:21 -04:00
441 changed files with 14189 additions and 7714 deletions

View File

@@ -35,11 +35,11 @@
#if defined(IOS_ENABLED)
void register_ios_api() {
godot_ios_plugins_initialize();
godot_apple_embedded_plugins_initialize();
}
void unregister_ios_api() {
godot_ios_plugins_deinitialize();
godot_apple_embedded_plugins_deinitialize();
}
#else

View File

@@ -33,8 +33,8 @@
#pragma once
#if defined(IOS_ENABLED)
extern void godot_ios_plugins_initialize();
extern void godot_ios_plugins_deinitialize();
extern void godot_apple_embedded_plugins_initialize();
extern void godot_apple_embedded_plugins_deinitialize();
#endif
void register_ios_api();