Updated README name in header.

This commit is contained in:
Philipp Wiesemann 2014-08-11 22:53:03 +02:00
parent 270b8d0d52
commit 1a726f39d2

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.txt for details */ /* These application events have special meaning on iOS, see README-ios.md 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()