diff 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
line wrap: on
line diff
--- a/src/video/uikit/SDL_uikitappdelegate.h	Sat Aug 16 00:10:15 2008 +0000
+++ b/src/video/uikit/SDL_uikitappdelegate.h	Sat Aug 16 00:13:42 2008 +0000
@@ -23,8 +23,8 @@
 #import <UIKit/UIKit.h>
 #import "SDL_uikitopenglview.h"
 
-@interface SDLUIKitDelegate:NSObject < UIApplicationDelegate > {
-	UIWindow       *window;
+@interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
+	UIWindow *window;
 }
 
 @property (readwrite, retain) UIWindow *window;