diff options
Diffstat (limited to 'platform/iphone/game_center.h')
-rw-r--r-- | platform/iphone/game_center.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/platform/iphone/game_center.h b/platform/iphone/game_center.h index abbeaaf86f..a732a97a4c 100644 --- a/platform/iphone/game_center.h +++ b/platform/iphone/game_center.h @@ -37,7 +37,7 @@ class GameCenter : public Object { GDCLASS(GameCenter, Object); - static GameCenter* instance; + static GameCenter *instance; static void _bind_methods(); List<Variant> pending_events; @@ -45,7 +45,6 @@ class GameCenter : public Object { bool connected; public: - Error connect(); bool is_connected(); @@ -61,13 +60,12 @@ public: int get_pending_event_count(); Variant pop_pending_event(); - static GameCenter* get_singleton(); + static GameCenter *get_singleton(); GameCenter(); ~GameCenter(); }; - #endif #endif |