ios: Move animation callback to its own typedef.

This commit is contained in:
Ryan C. Gordon
2024-06-12 15:07:39 -04:00
parent 5b0f14a936
commit 5416bd5fdc
6 changed files with 27 additions and 6 deletions

View File

@@ -49,4 +49,8 @@ typedef struct XUserHandle XUserHandle;
typedef void *SDL_AndroidRequestPermissionCallback;
#endif
#ifndef SDL_PLATFORM_IOS
typedef void *SDL_iOSAnimationCallback;
#endif
#endif