Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated names of README files in source comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 9, 2013
1 parent da1eba8 commit 0f67090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-project/AndroidManifest.xml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion include/SDL_events.h
Expand Up @@ -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()
Expand Down

0 comments on commit 0f67090

Please sign in to comment.