project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SchemeCreatorActivity.java
author sheepluva
Sun, 19 Jan 2014 17:53:16 +0100
changeset 10021 7f36194af01c
parent 7584 7831c84cc644
permissions -rw-r--r--
no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment

package org.hedgewars.hedgeroid;

import android.app.Activity;

// TODO stub for the actual scheme editor
public class SchemeCreatorActivity extends Activity {

}