project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/WeaponsetCreatorActivity.java
author Xeli
Sun, 18 Nov 2012 19:33:15 +0100
changeset 8062 abbcdf73327a
parent 7508 763d3961400b
child 10017 de822cd3df3a
permissions -rw-r--r--
allow the engine to use physfs on android too

package org.hedgewars.hedgeroid;

import android.support.v4.app.FragmentActivity;

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