mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-15 16:08:09 +01: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