istereo2

annotate src/ios/viewctl.h @ 0:7841e9365065

new istereo done right
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 16 Sep 2015 07:10:02 +0300
parents
children 2d5abf441307
rev   line source
nuclear@0 1 #ifndef VIEWCTL_H_
nuclear@0 2 #define VIEWCTL_H_
nuclear@0 3
nuclear@0 4 #import <UIKit/UIKit.h>
nuclear@0 5 #import <GLKit/GLKit.h>
nuclear@0 6
nuclear@0 7 @interface ViewController : GLKViewController
nuclear@0 8 @end
nuclear@0 9
nuclear@0 10 #endif /* VIEWCTL_H_ */