vrshoot

view src/ios/app_delegate.h @ 3:c179c72369be

rename candy->vr
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 03 Feb 2014 08:52:13 +0200
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