diff options
author | Mark Kuo <starryalley@gmail.com> | 2019-09-24 17:29:02 +1000 |
---|---|---|
committer | Mark Kuo <starryalley@gmail.com> | 2019-09-25 12:35:45 +1000 |
commit | bba9d9123c0acebe4339900b351d3d409269677e (patch) | |
tree | 00df26a67f9f9335ae2106f28ba406fc8b60f595 /platform/iphone/ios.h | |
parent | dd3e17588eab8fe0c41fa11f4d33c3fbe5f6dc94 (diff) | |
download | redot-engine-bba9d9123c0acebe4339900b351d3d409269677e.tar.gz |
ios: support get_model_name
Diffstat (limited to 'platform/iphone/ios.h')
-rw-r--r-- | platform/iphone/ios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/ios.h b/platform/iphone/ios.h index 91c4725b35..ef45fc7ac3 100644 --- a/platform/iphone/ios.h +++ b/platform/iphone/ios.h @@ -42,6 +42,7 @@ class iOS : public Object { public: static void alert(const char *p_alert, const char *p_title); + String get_model() const; String get_rate_url(int p_app_id) const; iOS(); |