Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
@ -33,11 +33,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
|
||||
|
||||
Reference in New Issue
Block a user