0.1.0-0-pre.7
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user