Android package cleanup

This commit is contained in:
elasota
2020-10-12 10:43:37 -04:00
parent 3b6ae1dba5
commit ec56bdace2
9 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package org.glideport.game;
import org.libsdl.app.SDLActivity;
public class GpActivity extends SDLActivity
{
}

View File

@@ -0,0 +1,5 @@
package org.glideport.game;
public class GpSystemServices
{
}