Updated names of README files in source comments.

This commit is contained in:
Philipp Wiesemann
2013-06-09 11:58:31 +02:00
parent ace9a18a3d
commit 1e57fbb3ea
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
then replace "SDLActivity" with the name of your class (e.g. "MyGame")
in the XML below.
An example Java class can be found in README.android
An example Java class can be found in README-android.txt
-->
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"

View File

@@ -59,7 +59,7 @@ typedef enum
/* Application events */
SDL_QUIT = 0x100, /**< User-requested quit */
/* These application events have special meaning on iOS, see README.iOS for details */
/* These application events have special meaning on iOS, see README-ios.txt for details */
SDL_APP_TERMINATING, /**< The application is being terminated by the OS
Called on iOS in applicationWillTerminate()
Called on Android in onDestroy()