You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
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