Minor Objective-C code tweaks.

This commit is contained in:
Alex Szpakowski
2014-11-27 20:25:54 -04:00
parent 6df55c6608
commit bc4b6f061b
8 changed files with 46 additions and 40 deletions

View File

@@ -27,6 +27,7 @@
#import "SDL_uikitviewcontroller.h"
extern int UIKit_CreateWindow(_THIS, SDL_Window * window);
extern void UIKit_SetWindowTitle(_THIS, SDL_Window * window);
extern void UIKit_ShowWindow(_THIS, SDL_Window * window);
extern void UIKit_HideWindow(_THIS, SDL_Window * window);
extern void UIKit_RaiseWindow(_THIS, SDL_Window * window);