project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/SchemeCreatorActivity.java
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
note: not applied to everything yet
note: I'll probably merge the two functions that do the same thing (one for 1darray, one for 2darray representation of pixels) into a single function
package org.hedgewars.hedgeroid;
import android.app.Activity;
// TODO stub for the actual scheme editor
public class SchemeCreatorActivity extends Activity {
}