diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-26 11:18:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-26 11:18:01 +0200 |
| commit | 9856c8fda45c080886603515320faec4858d46dd (patch) | |
| tree | 12f2082979e41fc102d3a21596f5a8c7c5f4c350 /platform/iphone/in_app_store.h | |
| parent | 44c90e66d07f87ef5d0fb7c7f5e6a0b2a35c7e0c (diff) | |
| parent | bf257adbf5808cfe3b0f9399442d8acd1e218760 (diff) | |
| download | redot-engine-9856c8fda45c080886603515320faec4858d46dd.tar.gz | |
Merge pull request #40434 from naithar/feature/ios-moltenVK
[iOS] Basic Vulkan/Metal Support
Diffstat (limited to 'platform/iphone/in_app_store.h')
| -rw-r--r-- | platform/iphone/in_app_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/iphone/in_app_store.h b/platform/iphone/in_app_store.h index 44e65e77ed..beb58af2c7 100644 --- a/platform/iphone/in_app_store.h +++ b/platform/iphone/in_app_store.h @@ -44,9 +44,9 @@ class InAppStore : public Object { List<Variant> pending_events; public: - Error request_product_info(Variant p_params); + Error request_product_info(Dictionary p_params); Error restore_purchases(); - Error purchase(Variant p_params); + Error purchase(Dictionary p_params); int get_pending_event_count(); Variant pop_pending_event(); |
