rename vtm-gdx-*

This commit is contained in:
Hannes Janetzek
2014-03-21 04:21:21 +01:00
parent f224486e70
commit 07b2d57b52
80 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package org.oscim.ios.backend;
import org.oscim.backend.GL20;
import com.badlogic.gdx.backends.iosrobovm.IOSGLES20;
public class IosGLAdapter extends IOSGLES20 implements GL20 {
}