istereo2

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/ios/viewctl.h	Wed Sep 16 07:10:02 2015 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef VIEWCTL_H_
     1.5 +#define VIEWCTL_H_
     1.6 +
     1.7 +#import <UIKit/UIKit.h>
     1.8 +#import <GLKit/GLKit.h>
     1.9 +
    1.10 +@interface ViewController : GLKViewController
    1.11 +@end
    1.12 +
    1.13 +#endif	/* VIEWCTL_H_ */