project_files/HedgewarsMobile/Hedgewars_Prefix.pch
changeset 6822 206db098f8c5
parent 6208 b831679e9467
child 6832 fae8fd118da9
equal deleted inserted replaced
6821:d4f75843cf5d 6822:206db098f8c5
    21 
    21 
    22 #ifdef __OBJC__
    22 #ifdef __OBJC__
    23 #import <Foundation/Foundation.h>
    23 #import <Foundation/Foundation.h>
    24 #import <CoreGraphics/CoreGraphics.h>
    24 #import <CoreGraphics/CoreGraphics.h>
    25 #import <UIKit/UIKit.h>
    25 #import <UIKit/UIKit.h>
    26 #import "PascalImports.h"
       
    27 #import "UIImageExtra.h"
       
    28 #import "DefinesAndMacros.h"
       
    29 #import "HedgewarsAppDelegate.h"
    26 #import "HedgewarsAppDelegate.h"
    30 #import "AudioManagerController.h"
    27 #import "AudioManagerController.h"
       
    28 #import "ExtraCategories.h"
       
    29 #import "UIImageExtra.h"
       
    30 #import "PascalImports.h"
       
    31 #import "DefinesAndMacros.h"
       
    32 #import "EditableCellView.h"
       
    33 #import "CreationChamber.h"
    31 #import "HWUtils.h"
    34 #import "HWUtils.h"
    32 #import "ExtraCategories.h"
    35 #import "hwconsts.h"
       
    36 #import "SDL_net.h"
    33 #endif
    37 #endif
    34 
    38