diff -r 6b484ff38f86 -r b27825bb5879 README-android.txt --- a/README-android.txt Mon Jul 22 22:54:00 2013 +0200 +++ b/README-android.txt Mon Jul 22 02:51:45 2013 -0700 @@ -28,10 +28,10 @@ The Java code loads your game code, the SDL shared library, and dispatches to native functions implemented in the SDL library: -src/SDL_android.cpp +src/SDL_android.c Your project must include some glue code that starts your main() routine: -src/main/android/SDL_android_main.cpp +src/main/android/SDL_android_main.c ================================================================================