project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author Medo <smaxein@googlemail.com>
Sat, 18 Aug 2012 21:04:37 +0200
changeset 7572 4e223b05be7c
parent 7508 763d3961400b
child 10017 de822cd3df3a
permissions -rw-r--r--
Hedgeroid: Don't change the template when clicking the map.

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

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