summaryrefslogtreecommitdiffhomepage
path: root/templates/android_project/NativeLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'templates/android_project/NativeLoader.java')
-rw-r--r--templates/android_project/NativeLoader.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/android_project/NativeLoader.java b/templates/android_project/NativeLoader.java
deleted file mode 100644
index ebbc1800..00000000
--- a/templates/android_project/NativeLoader.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package com.raylib.game_sample;
-
-public class NativeLoader extends android.app.NativeActivity
-{
- static
- {
- System.loadLibrary("openal");
- System.loadLibrary("raylib");
- System.loadLibrary("raylib_game");
- }
- } \ No newline at end of file