Source release of Wolfenstein 3D Classic Platinum for iOS, 1.2

This commit is contained in:
Travis Bradshaw
2012-01-31 16:57:34 -06:00
parent a82aba6b94
commit 16304944b4
45 changed files with 10681 additions and 171 deletions

View File

@@ -24,10 +24,12 @@
@class EAGLView;
@interface wolf3dAppDelegate : NSObject <UIApplicationDelegate, UIAccelerometerDelegate> {
@interface wolf3dAppDelegate : NSObject <UIApplicationDelegate, UIAccelerometerDelegate, UIAlertViewDelegate> {
UIWindow *window;
EAGLView *glView;
int lastAccelUpdateMsec;
// UIAlertView *alertPurchaseSpear;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;