project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.h
changeset 5017 d29cf06d7d11
parent 5002 a9c44a8ffec8
child 5154 851f36579ed4
equal deleted inserted replaced
5015:1859a471488b 5017:d29cf06d7d11
     1 /*
     1 /*
     2     SDL - Simple DirectMedia Layer
     2  * Hedgewars-iOS, a Hedgewars port for iOS devices
     3     Copyright (C) 1997-2011 Sam Lantinga
     3  * Copyright (c) 2009-2011 Vittorio Giovara <vittorio.giovara@gmail.com>
       
     4  *
       
     5  * This program is free software; you can redistribute it and/or modify
       
     6  * it under the terms of the GNU General Public License as published by
       
     7  * the Free Software Foundation; version 2 of the License
       
     8  *
       
     9  * This program is distributed in the hope that it will be useful,
       
    10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    12  * GNU General Public License for more details.
       
    13  *
       
    14  * You should have received a copy of the GNU General Public License
       
    15  * along with this program; if not, write to the Free Software
       
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
       
    17  *
       
    18  * File created on 13/03/2011.
       
    19  */
     4 
    20 
     5     This library is free software; you can redistribute it and/or
       
     6     modify it under the terms of the GNU Lesser General Public
       
     7     License as published by the Free Software Foundation; either
       
     8     version 2.1 of the License, or (at your option) any later version.
       
     9 
       
    10     This library is distributed in the hope that it will be useful,
       
    11     but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13     Lesser General Public License for more details.
       
    14 
       
    15     You should have received a copy of the GNU Lesser General Public
       
    16     License along with this library; if not, write to the Free Software
       
    17     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
       
    18 
       
    19     Sam Lantinga
       
    20     slouken@libsdl.org
       
    21 */
       
    22 
    21 
    23 #import <UIKit/UIKit.h>
    22 #import <UIKit/UIKit.h>
    24 #import "SDL_uikitappdelegate.h"
    23 #import "SDL_uikitappdelegate.h"
    25 
    24 
    26 @class MainMenuViewController;
    25 @class MainMenuViewController;