diff options
author | Ariel Manzur <punto@godotengine.org> | 2016-04-29 10:50:56 -0300 |
---|---|---|
committer | Ariel Manzur <punto@godotengine.org> | 2016-04-29 10:50:56 -0300 |
commit | b50c00ff9065ee0073c79bd5c3f11296a5f6965f (patch) | |
tree | 845f1f3fce5960e8478ad8a4b2c9fb904c277f66 /platform/iphone/SCsub | |
parent | 6d22e03b96b95a07a49d25cf31cd623079ec1e3b (diff) |
merged iphoen changes
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 922a324694..1f28441fbd 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -14,6 +14,7 @@ iphone_lib = [ 'in_app_store.mm', 'icloud.mm', 'Appirater.m', + 'ios.mm', ] #env.Depends('#core/math/vector3.h', 'vector3_psp.h') |