Added SDL_system.h for the declaration of SDL_iPhoneSetAnimationCallback() and SDL_iPhoneSetEventPump()

main
Sam Lantinga 2022-08-15 07:44:56 -07:00
parent c6c688ab01
commit 0cc8dfdb58
2 changed files with 4 additions and 2 deletions

View File

@ -24,6 +24,7 @@
#include "../../events/SDL_events_c.h"
#include "SDL_system.h"
#include "SDL_uikitevents.h"
#include "SDL_uikitopengles.h"
#include "SDL_uikitvideo.h"

View File

@ -22,10 +22,11 @@
#if SDL_VIDEO_DRIVER_UIKIT
#include "SDL_hints.h"
#include "SDL_mouse.h"
#include "SDL_system.h"
#include "SDL_syswm.h"
#include "SDL_video.h"
#include "SDL_mouse.h"
#include "SDL_hints.h"
#include "../SDL_sysvideo.h"
#include "../SDL_pixels_c.h"
#include "../../events/SDL_events_c.h"