Changed import statements in Java file.
This commit is contained in:
parent
da8a1bb74f
commit
5126239a00
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ package org.libsdl.app;
|
|||
import javax.microedition.khronos.egl.EGL10;
|
||||
import javax.microedition.khronos.egl.EGLConfig;
|
||||
import javax.microedition.khronos.egl.EGLContext;
|
||||
import javax.microedition.khronos.egl.*;
|
||||
import javax.microedition.khronos.egl.EGLDisplay;
|
||||
import javax.microedition.khronos.egl.EGLSurface;
|
||||
|
||||
import android.app.*;
|
||||
import android.content.*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue