Updated names of README files in source comments.

This commit is contained in:
Philipp Wiesemann 2013-06-09 11:58:31 +02:00
parent f54e7cdaa8
commit ad82c94c55
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") then replace "SDLActivity" with the name of your class (e.g. "MyGame")
in the XML below. 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" <application android:label="@string/app_name"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"

View file

@ -59,7 +59,7 @@ typedef enum
/* Application events */ /* Application events */
SDL_QUIT = 0x100, /**< User-requested quit */ 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 SDL_APP_TERMINATING, /**< The application is being terminated by the OS
Called on iOS in applicationWillTerminate() Called on iOS in applicationWillTerminate()
Called on Android in onDestroy() Called on Android in onDestroy()