Added note that the #ifdef is for !__IOS__

This commit is contained in:
Sam Lantinga
2023-11-05 00:33:08 -07:00
parent c56583fe45
commit 930438dfb7

View File

@@ -80,4 +80,4 @@ int SDL_EnterAppMainCallbacks(int argc, char* argv[], SDL_AppInit_func appinit,
return (rc < 0) ? 1 : 0;
}
#endif
#endif // !__IOS__