diff options
author | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2013-06-09 11:58:31 +0200 |
---|---|---|
committer | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2013-06-09 11:58:31 +0200 |
commit | 1e57fbb3ead9cb68f883c37dbaa6a277cbc89522 (patch) | |
tree | 50a2f7050b226286b2244f6a652a5b1662dcab4e /include | |
parent | ace9a18a3d463ccce4cef950eeb7bd3bc1c33411 (diff) |
Updated names of README files in source comments.
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_events.h b/include/SDL_events.h index 0281b89d79..70d1eb1784 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -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() |