project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.h
changeset 7302 3eac6e64b20b
parent 6832 fae8fd118da9
child 10108 c68cf030eded
equal deleted inserted replaced
7300:7672733e4dc9 7302:3eac6e64b20b
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    17  */
    17  */
    18 
    18 
    19 
    19 
    20 #import <UIKit/UIKit.h>
    20 #import <UIKit/UIKit.h>
    21 #import "SDL_uikitappdelegate.h"
    21 #import "../src/video/uikit/SDL_uikitappdelegate.h"
    22 
    22 
    23 
    23 
    24 @class MainMenuViewController;
    24 @class MainMenuViewController;
    25 
    25 
    26 @interface HedgewarsAppDelegate : SDLUIKitDelegate {
    26 @interface HedgewarsAppDelegate : SDLUIKitDelegate {