Mercurial > sdl-ios-xcode
view src/video/uikit/SDL_uikitappdelegate.h @ 2352:1ecbeff9eb4c gsoc2008_iphone
SDL_uikitvideo.m is the main file for the UIKit video driver. It has the UIKit video bootstrap, initialization, device creation, etc.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Thu, 17 Jul 2008 22:38:29 +0000 |
parents | 0381047f2210 |
children | 32602672020e |
line wrap: on
line source
// // SDLUIKitDelegate.h // iPodSDL // // Created by Holmes Futrell on 5/29/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import "SDL_uikitopenglview.h" @interface SDLUIKitDelegate : NSObject<UIApplicationDelegate> { UIWindow *window; SDL_uikitopenglview *view; } @end