android: move GL classes to gl package

This commit is contained in:
Hannes Janetzek
2014-03-22 20:26:18 +01:00
parent e1943e2808
commit 78f3d82d2f
3 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
*/ */
package org.oscim.android; package org.oscim.android;
import org.oscim.android.gl.GLView;
import org.oscim.map.Map; import org.oscim.map.Map;
import android.widget.RelativeLayout.LayoutParams; import android.widget.RelativeLayout.LayoutParams;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public License along with * You should have received a copy of the GNU Lesser General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.oscim.android; package org.oscim.android.gl;
import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.opengles.GL10; import javax.microedition.khronos.opengles.GL10;

View File

@@ -1,4 +1,4 @@
package org.oscim.android; package org.oscim.android.gl;
import javax.microedition.khronos.egl.EGL10; import javax.microedition.khronos.egl.EGL10;
import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.egl.EGLConfig;