mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Move apps to new package
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
package org.glideport.game;
|
||||
|
||||
public class GpSystemServices
|
||||
{
|
||||
}
|
@@ -1,4 +1,4 @@
|
||||
package org.glideport.game;
|
||||
package org.thecodedeposit.aerofoil;
|
||||
|
||||
import org.libsdl.app.SDLActivity;
|
||||
import android.content.res.AssetManager;
|
@@ -0,0 +1,5 @@
|
||||
package org.thecodedeposit.aerofoil;
|
||||
|
||||
public class GpSystemServices
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user