mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
More work on Android building...
This commit is contained in:
11
templates/android_project/NativeLoader.java
Normal file
11
templates/android_project/NativeLoader.java
Normal file
@ -0,0 +1,11 @@
|
||||
package com.raylib.game_sample;
|
||||
|
||||
public class NativeLoader extends android.app.NativeActivity
|
||||
{
|
||||
static
|
||||
{
|
||||
System.loadLibrary("openal");
|
||||
System.loadLibrary("raylib");
|
||||
System.loadLibrary("raylib_game");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user