diff options
Diffstat (limited to 'platform/iphone/game_center.h')
-rw-r--r-- | platform/iphone/game_center.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/game_center.h b/platform/iphone/game_center.h index 1e9a68fe48..6705674ac6 100644 --- a/platform/iphone/game_center.h +++ b/platform/iphone/game_center.h @@ -48,7 +48,7 @@ class GameCenter : public Object { void return_connect_error(const char *p_error_description); public: - void connect(); + Error authenticate(); bool is_authenticated(); Error post_score(Dictionary p_score); |