diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-26 07:56:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 07:56:22 +0200 |
commit | d197cd4705b51c792a65df9f4dc87466375ed21d (patch) | |
tree | d112c0cae0077939f3eab973f3179bcff3b697b8 /platform/iphone/ios.h | |
parent | dbba433b69985c1629aeb9cbb0ddf85efdada7e0 (diff) | |
parent | 50f152575d3a5206ce97db935b551ca7729242f4 (diff) | |
download | redot-engine-d197cd4705b51c792a65df9f4dc87466375ed21d.tar.gz |
Merge pull request #8912 from RandomShaper/ios-alert
Implement OS.alert() for iOS
Diffstat (limited to 'platform/iphone/ios.h')
-rw-r--r-- | platform/iphone/ios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/iphone/ios.h b/platform/iphone/ios.h index 5329d4f02a..2572d626d2 100644 --- a/platform/iphone/ios.h +++ b/platform/iphone/ios.h @@ -39,6 +39,8 @@ class iOS : public Object { static void _bind_methods(); public: + static void alert(const char *p_alert, const char *p_title); + String get_rate_url(int p_app_id) const; iOS(); |