X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ConfigsController.h;h=369d7f7cbba8e9e6e9ed1c381ceb7c7f26e64eff;hp=fac19725b3abfa35c854bc4fe49751d8f71f90dd;hb=794561a4606fa9e31e3b2b077891f5b1e6084698;hpb=9584becb2e5469e8f482d73e6f0c9c3bf879e0db diff --git a/ConfigsController.h b/ConfigsController.h index fac1972..369d7f7 100644 --- a/ConfigsController.h +++ b/ConfigsController.h @@ -19,8 +19,12 @@ @property (readonly) Config *currentConfig; @property (readonly) NSArray *configs; +- (Config *)objectForKeyedSubscript:(NSString *)name; + + - (IBAction)addPressed:(id)sender; - (IBAction)removePressed:(id)sender; +- (IBAction)importPressed:(id)sender; - (IBAction)exportPressed:(id)sender; - (void)activateConfig:(Config *)config; - (void)activateConfigForProcess:(NSString *)processName;