comparison src/video/uikit/SDL_uikitappdelegate.h @ 2448:e060950cbf30 gsoc2008_iphone

updated #include path, added comments.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Sat, 16 Aug 2008 00:13:42 +0000
parents 32602672020e
children
comparison
equal deleted inserted replaced
2447:7683a2e0e5e9 2448:e060950cbf30
21 */ 21 */
22 22
23 #import <UIKit/UIKit.h> 23 #import <UIKit/UIKit.h>
24 #import "SDL_uikitopenglview.h" 24 #import "SDL_uikitopenglview.h"
25 25
26 @interface SDLUIKitDelegate:NSObject < UIApplicationDelegate > { 26 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
27 UIWindow *window; 27 UIWindow *window;
28 } 28 }
29 29
30 @property (readwrite, retain) UIWindow *window; 30 @property (readwrite, retain) UIWindow *window;
31 31
32 +(SDLUIKitDelegate *)sharedAppDelegate; 32 +(SDLUIKitDelegate *)sharedAppDelegate;