project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
changeset 5017 d29cf06d7d11
parent 5002 a9c44a8ffec8
child 5106 517bdd3865f1
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 
     4  *
     5  This library is free software; you can redistribute it and/or
     5  * This program is free software; you can redistribute it and/or modify
     6  modify it under the terms of the GNU Lesser General Public
     6  * it under the terms of the GNU General Public License as published by
     7  License as published by the Free Software Foundation; either
     7  * the Free Software Foundation; version 2 of the License
     8  version 2.1 of the License, or (at your option) any later version.
     8  *
     9 
     9  * This program is distributed in the hope that it will be useful,
    10  This library is distributed in the hope that it will be useful,
    10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    11  but WITHOUT ANY WARRANTY; without even the implied warranty of
    11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    12  * GNU General Public License for more details.
    13  Lesser General Public License for more details.
    13  *
    14 
    14  * You should have received a copy of the GNU General Public License
    15  You should have received a copy of the GNU Lesser General Public
    15  * along with this program; if not, write to the Free Software
    16  License along with this library; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    17  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    17  *
    18 
    18  * File created on 13/03/2011.
    19  Sam Lantinga, mods for Hedgewars by Vittorio Giovara
    19  */
    20  slouken@libsdl.org, vittorio.giovara@gmail.com
    20 
    21 */
       
    22 
    21 
    23 #import "HedgewarsAppDelegate.h"
    22 #import "HedgewarsAppDelegate.h"
    24 #import "PascalImports.h"
    23 #import "PascalImports.h"
    25 #import "ObjcExports.h"
    24 #import "ObjcExports.h"
    26 #import "CommodityFunctions.h"
    25 #import "CommodityFunctions.h"