mirror of
https://github.com/yawut/SDL.git
synced 2026-06-03 06:35:10 -05:00
Fixed includes for Objective C
This commit is contained in:
parent
2e96488df0
commit
726f2cdfde
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#import "SDL_uikitappdelegate.h"
|
||||
#import "SDL_uikitopenglview.h"
|
||||
#import "SDL_events_c.h"
|
||||
#import "../../events/SDL_events_c.h"
|
||||
#import "jumphack.h"
|
||||
|
||||
#ifdef main
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include "SDL_uikitappdelegate.h"
|
||||
#include "SDL_uikitwindow.h"
|
||||
#include "jumphack.h"
|
||||
#include "SDL_sysvideo.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "../../events/SDL_keyboard_c.h"
|
||||
#include "../../events/SDL_mouse_c.h"
|
||||
#include "../../power/uikit/SDL_syspower.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user