X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FEnjoyableApplicationDelegate.h;h=c4d8e3b47953dc8eb5397553704ee174f950402e;hp=b795a9243207fcf308ebfdcd72d1bf8795d923e2;hb=22efc1e5000d462091f3156ee5a8959be32cfb11;hpb=0064c1fbff36795885a9724081af2a17d83c20a3 diff --git a/Classes/EnjoyableApplicationDelegate.h b/Classes/EnjoyableApplicationDelegate.h index b795a92..c4d8e3b 100644 --- a/Classes/EnjoyableApplicationDelegate.h +++ b/Classes/EnjoyableApplicationDelegate.h @@ -7,17 +7,18 @@ // @class NJDeviceController; -@class NJOutputController; @class NJMappingsController; -@interface EnjoyableApplicationDelegate : NSObject -{ - IBOutlet NSMenu *dockMenuBase; +@interface EnjoyableApplicationDelegate : NSObject { + IBOutlet NSMenu *dockMenu; + IBOutlet NSMenu *statusItemMenu; + IBOutlet NSMenu *mappingsMenu; IBOutlet NSWindow *window; } @property (nonatomic, strong) IBOutlet NJDeviceController *inputController; @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; +- (IBAction)restoreToForeground:(id)sender; + @end