diff options
Diffstat (limited to 'Classes/Cart_CollectAppDelegate.m')
| -rwxr-xr-x | Classes/Cart_CollectAppDelegate.m | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index ba9d60b..1a6759c 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m | |||
| @@ -14,6 +14,8 @@ | |||
| 14 | #import "RootViewController.h" | 14 | #import "RootViewController.h" |
| 15 | #import "MainMenuLayer.h" | 15 | #import "MainMenuLayer.h" |
| 16 | #import "TestFlight.h" | 16 | #import "TestFlight.h" |
| 17 | #import "CCNotifications.h" | ||
| 18 | #import "notificationDesign.h" | ||
| 17 | 19 | ||
| 18 | @implementation Cart_CollectAppDelegate | 20 | @implementation Cart_CollectAppDelegate |
| 19 | 21 | ||
| @@ -64,6 +66,8 @@ | |||
| 64 | 66 | ||
| 65 | 67 | ||
| 66 | CCDirector *director = [CCDirector sharedDirector]; | 68 | CCDirector *director = [CCDirector sharedDirector]; |
| 69 | CCNotifications* notifications = [CCNotifications sharedManager]; | ||
| 70 | [director setNotificationNode:notifications]; | ||
| 67 | 71 | ||
| 68 | // Init the View Controller | 72 | // Init the View Controller |
| 69 | viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil]; | 73 | viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil]; |
