finishing up some file system handling functions for iOS. This should make updates and file management easier for iOS users.

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-05 09:29:53 +00:00
parent f09ce07b06
commit 29009902b0
4 changed files with 138 additions and 56 deletions
+2
View File
@@ -16,6 +16,8 @@
- (void) handleWEngineCommand:(NSString *) command withParameter: (NSString *) parameter;
- (void) handleWEngineCommand:(NSString *) command withUIParameters: (CGFloat) x yCoordinate: (CGFloat) y width: (CGFloat) width height: (CGFloat) height;
- (void) unpackageResources: (NSString *) folderName pathPrefixName: (NSString *) pathPrefixName;
@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) EAGLViewController *glViewController;
@property (nonatomic, retain) WagicDownloadProgressViewController *wagicDownloadController;