project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/DownloadAssets.java
changeset 7584 7831c84cc644
parent 7508 763d3961400b
child 10017 de822cd3df3a
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  *
       
     6  * This program is free software; you can redistribute it and/or
       
     7  * modify it under the terms of the GNU General Public License
       
     8  * as published by the Free Software Foundation; either version 2
       
     9  * of the License, or (at your option) any later version.
       
    10  *
       
    11  * This program is distributed in the hope that it will be useful,
       
    12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    14  * GNU General Public License for more details.
       
    15  *
       
    16  * You should have received a copy of the GNU General Public License
       
    17  * along with this program; if not, write to the Free Software
       
    18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
       
    19  */
       
    20 
     1 package org.hedgewars.hedgeroid.Downloader;
    21 package org.hedgewars.hedgeroid.Downloader;
     2 
    22 
     3 import java.io.File;
    23 import java.io.File;
     4 import java.io.FileNotFoundException;
    24 import java.io.FileNotFoundException;
     5 import java.io.IOException;
    25 import java.io.IOException;