gpmark

view src/ios/app_delegate.h @ 0:5019d031b485

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 05 Jun 2013 22:33:37 +0300
parents
children
line source
1 #import <UIKit/UIKit.h>
3 @class GLView;
5 @interface AppDelegate : NSObject <UIApplicationDelegate> {
6 UIWindow *window;
7 GLView *glview;
8 }
10 @end