Sha256: c75b6cfc6997a696570fdbbc2cf318850930a45e1c81a5703e9deb80b8d13c46
Contents?: true
Size: 350 Bytes
Versions: 26
Compression:
Stored size: 350 Bytes
Contents
#import <UIKit/UIKit.h> #import <OpenGLES/EAGL.h> #import <OpenGLES/ES1/gl.h> #import <OpenGLES/ES1/glext.h> // UIViewController subclass that creates a GosuView and helps it manage rotation. @interface GosuViewController : UIViewController @end // UIView subclass that contains a CAEAGLLayer. @interface GosuView : UIView - (void)drawView; @end
Version data entries
26 entries across 26 versions & 1 rubygems