X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FEnjoyableApplicationDelegate.h;h=acea8a92e142f96885afd795eb1d1ac487f3e553;hp=c4d8e3b47953dc8eb5397553704ee174f950402e;hb=b417eb4ae97804070277eb19cc596bdb6bb9d281;hpb=22efc1e5000d462091f3156ee5a8959be32cfb11 diff --git a/Classes/EnjoyableApplicationDelegate.h b/Classes/EnjoyableApplicationDelegate.h index c4d8e3b..acea8a9 100644 --- a/Classes/EnjoyableApplicationDelegate.h +++ b/Classes/EnjoyableApplicationDelegate.h @@ -6,17 +6,18 @@ // Copyright 2009 University of Otago. All rights reserved. // -@class NJDeviceController; @class NJMappingsController; -@interface EnjoyableApplicationDelegate : NSObject { +#import "NJMappingMenuController.h" + +@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;