iOS frontend and XCode project

This commit is contained in:
Xawotihs
2010-12-12 15:58:47 +00:00
parent 32d614e23b
commit 3cb652087d
15 changed files with 2970 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#import <QuartzCore/QuartzCore.h>
#import <OpenGLES/EAGL.h>
#import <OpenGLES/EAGLDrawable.h>
@protocol ESRenderer <NSObject>
- (void)render;
- (BOOL)resizeFromLayer:(CAEAGLLayer *)layer;
@end