project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SDLActivity.java
changeset 7584 7831c84cc644
parent 7582 714310efad8f
child 9080 9b42757d7e71
equal deleted inserted replaced
7582:714310efad8f 7584:7831c84cc644
       
     1 /*
       
     2  * Hedgewars for Android. An Android port of Hedgewars, a free turn based strategy game
       
     3  * Copyright (c) 2011-2012 Richard Deurwaarder <xeli@xelification.com>
       
     4  * Copyright (C) 2012 Simeon Maxein <smaxein@googlemail.com>
       
     5  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
       
     6  *
       
     7  * This program is free software; you can redistribute it and/or
       
     8  * modify it under the terms of the GNU General Public License
       
     9  * as published by the Free Software Foundation; either version 2
       
    10  * of the License, or (at your option) any later version.
       
    11  *
       
    12  * This program is distributed in the hope that it will be useful,
       
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    15  * GNU General Public License for more details.
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License
       
    18  * along with this program; if not, write to the Free Software
       
    19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
       
    20  */
       
    21 
     1 package org.hedgewars.hedgeroid;
    22 package org.hedgewars.hedgeroid;
     2 /*
    23 
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
       
     4  */
       
     5 import java.io.IOException;
    24 import java.io.IOException;
     6 import java.io.UnsupportedEncodingException;
    25 import java.io.UnsupportedEncodingException;
     7 import java.net.ConnectException;
    26 import java.net.ConnectException;
     8 
    27 
     9 import javax.microedition.khronos.egl.EGL10;
    28 import javax.microedition.khronos.egl.EGL10;