diff --git a/stepmania/PBProject/Installer/Helper.h b/stepmania/PBProject/Installer/Helper.h index e25efc2b1e..f43c856ea7 100644 --- a/stepmania/PBProject/Installer/Helper.h +++ b/stepmania/PBProject/Installer/Helper.h @@ -6,14 +6,18 @@ // Copyright (c) 2003 Steve Checkoway. All rights reserved. // -#import +#import @interface Helper : NSObject { NSString *mPath; } -- (id) initWithPath:(NSString *)path; -- (void)dealloc; -- (void)startHelper:(id)caller; +- (id) initWithPath:(NSString *)path; +- (void) dealloc; +- (void) startHelper:(id)caller; +@end + +@interface NSOpenPanel (SCCanCreateDirectories) +- (void) setCanCreateDirectories:(BOOL)b; @end