@@ -32,21 +32,10 @@
#include "game_center.h"
-#ifdef __IPHONE_9_0
-
-#import <GameKit/GameKit.h>
-extern "C" {
-#else
+#import "app_delegate.h"
#import <GameKit/GameKit.h>
-#endif
-#import "app_delegate.h"
-};
GameCenter *GameCenter::instance = NULL;
void GameCenter::_bind_methods() {
@@ -32,18 +32,10 @@
#include "icloud.h"
-#ifndef __IPHONE_9_0
#import "app_delegate.h"
#import <Foundation/Foundation.h>
ICloud *ICloud::instance = NULL;
void ICloud::_bind_methods() {
@@ -32,10 +32,8 @@
#include "in_app_store.h"
#import <StoreKit/StoreKit.h>
bool auto_finish_transactions = true;
NSMutableDictionary *pending_transactions = [NSMutableDictionary dictionary];