project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
changeset 5166 d1eb1560b4d5
parent 5154 851f36579ed4
child 5206 db775bddf771
equal deleted inserted replaced
5165:91fb710a6668 5166:d1eb1560b4d5
    25 #import "CommodityFunctions.h"
    25 #import "CommodityFunctions.h"
    26 #import "MainMenuViewController.h"
    26 #import "MainMenuViewController.h"
    27 #import "Appirater.h"
    27 #import "Appirater.h"
    28 #include <unistd.h>
    28 #include <unistd.h>
    29 
    29 
    30 #ifdef main
       
    31 #undef main
       
    32 #endif
       
    33 
       
    34 #define BLACKVIEW_TAG 17935
       
    35 #define SECONDBLACKVIEW_TAG 48620
       
    36 
    30 
    37 @implementation SDLUIKitDelegate (customDelegate)
    31 @implementation SDLUIKitDelegate (customDelegate)
    38 
    32 
    39 +(NSString *)getAppDelegateClassName {
    33 +(NSString *)getAppDelegateClassName {
    40     return @"HedgewarsAppDelegate";
    34     return @"HedgewarsAppDelegate";