0.1.0-0-pre.7

This commit is contained in:
2026-09-16 09:29:19 +02:00
parent fa4e2925bd
commit 98b830da6e
18 changed files with 434 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
// file: Android/common/src/main/java/com/sasedev/games/common/SaseGameActivity.java
// version: 2
// version: 3
package com.sasedev.games.common;
@@ -9,6 +9,13 @@ package com.sasedev.games.common;
* <p>The SDL3 Android AAR supplies the common {@code SDLActivity} host. Game-specific activities extend this class.</p>
*/
public abstract class SaseGameActivity extends org.libsdl.app.SDLActivity {
/** {@inheritDoc} */
@Override
protected final String[] getLibraries() {
return new String[] {"SDL3", "game_android_entrypoint"};
}
/**
* Returns the stable identifier of the game hosted by the activity.
*