2009Scape-mobile/app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/MinecraftGLView.java
2021-08-10 13:30:06 +03:00

18 lines
361 B
Java

package net.kdt.pojavlaunch;
import android.content.*;
import android.util.*;
import android.view.*;
public class MinecraftGLView extends TextureView
{
public MinecraftGLView(Context context) {
this(context, null);
}
public MinecraftGLView(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
}
}