X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ApplicationController.h;h=dc513aee13fcf9ec5e02179bc16afeee0d2b0146;hp=d9a875abcce553541d235740d4edca01054de2bf;hb=1700c86669723045bf7abd177ca519f47656e995;hpb=19f40be5b645e44ffb55bdce0b6cc5c5615f68e7 diff --git a/ApplicationController.h b/ApplicationController.h index d9a875a..dc513ae 100644 --- a/ApplicationController.h +++ b/ApplicationController.h @@ -10,7 +10,7 @@ @class TargetController; @class ConfigsController; -@interface ApplicationController : NSObject { +@interface ApplicationController : NSObject { IBOutlet NSDrawer *drawer; IBOutlet NSWindow *mainWindow; IBOutlet NSToolbarItem *activeButton; @@ -24,6 +24,5 @@ - (IBAction)toggleActivity:(id)sender; - (void)configsChanged; -- (void)configChanged; @end