istereo2

view 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
line source
1 #ifndef VIEWCTL_H_
2 #define VIEWCTL_H_
4 #import <UIKit/UIKit.h>
5 #import <GLKit/GLKit.h>
7 @interface ViewController : GLKViewController
8 @end
10 #endif /* VIEWCTL_H_ */