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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user