project_files/Android-build/SDL-android-project/jni/SDL/src/main/android/SDL_android_main.cpp
branchhedgeroid
changeset 6047 10011f051f9c
parent 5934 9f05a0f43003
child 7554 e50b266ed85a
--- a/project_files/Android-build/SDL-android-project/jni/SDL/src/main/android/SDL_android_main.cpp	Sun Oct 09 20:41:17 2011 +0200
+++ b/project_files/Android-build/SDL-android-project/jni/SDL/src/main/android/SDL_android_main.cpp	Thu Oct 20 22:54:34 2011 +0200
@@ -17,7 +17,7 @@
 }
 
 // Start up the SDL app
-extern "C" void Java_org_hedgewars_mobile_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobjectArray strArray)
+extern "C" void Java_org_hedgewars_hedgeroid_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobjectArray strArray)
 {
     /* This interface could expand with ABI negotiation, calbacks, etc. */
     SDL_Android_Init(env, cls);