mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@7a0ab9d561
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user