mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Initial 12.0 refactor.
There are no guarantees this commit will compile.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package org.love2d.android;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import org.libsdl.app.SDLActivity;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
public class GameActivity extends SDLActivity {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user