diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-16 17:02:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 17:02:16 +0100 |
commit | e5dfb9b25e128d88a4628f82d22fddf3046de75a (patch) | |
tree | a38e03270786f9ecfb03eea14acfccd906072038 /platform/iphone/SCsub | |
parent | d191ffe647b5074bd939f6289957f1610159a31d (diff) | |
parent | 3f7ca1db70b4a32a3ae635f444bc9dc174d04c30 (diff) | |
download | redot-engine-e5dfb9b25e128d88a4628f82d22fddf3046de75a.tar.gz |
Merge pull request #43556 from naithar/feature/pluggable_app_delegates
[4.0] [iOS] Pluggable application delegate
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub index d289e3a16f..ee7b2f4ab5 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -14,6 +14,7 @@ iphone_lib = [ "joypad_iphone.mm", "godot_view.mm", "display_layer.mm", + "godot_app_delegate.m", "godot_view_renderer.mm", "godot_view_gesture_recognizer.mm", "device_metrics.m", |