project_files/HedgewarsMobile/Hedgewars_Prefix.pch
changeset 6000 dbcebcd3d79f
parent 5208 878e551f0b4a
child 6078 8c0cc07731e5
equal deleted inserted replaced
5998:e8f44e9433f0 6000:dbcebcd3d79f
    26 #import <UIKit/UIKit.h>
    26 #import <UIKit/UIKit.h>
    27 #import "PascalImports.h"
    27 #import "PascalImports.h"
    28 #import "UIImageExtra.h"
    28 #import "UIImageExtra.h"
    29 #import "CommodityFunctions.h"
    29 #import "CommodityFunctions.h"
    30 #import "HedgewarsAppDelegate.h"
    30 #import "HedgewarsAppDelegate.h"
    31 #import "SDL.h"
    31 #import "AudioManagerController.h"
    32 #import "SDL_video.h"
       
    33 #import "SDL_net.h"
       
    34 #import "SDL_mixer.h"
       
    35 #endif
    32 #endif
    36 
    33 
    37 
    34 
    38 #ifdef DEBUG
    35 #ifdef DEBUG
    39   #define DLog(...) NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__])
    36   #define DLog(...) NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__])