project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author koda
Mon, 26 Sep 2016 23:36:00 -0400
changeset 11851 5edd66c2d422
parent 10017 de822cd3df3a
permissions -rw-r--r--
Drop xfire module The service shut down, this is now dead code with potential GPL license incompatibility.

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

// TODO
public class WeaponsetCreatorActivity extends FragmentActivity {
    public static final String PARAMETER_EXISTING_WEAPONSETNAME="existingWeaponsetName";
}