Second try at login items. If the user hides Enjoyable in the status bar, explain...
[enjoyable.git] / Classes / EnjoyableApplicationDelegate.h
index 36374d3..acea8a9 100644 (file)
@@ -6,13 +6,15 @@
 //  Copyright 2009 University of Otago. All rights reserved.
 //
 
-@class NJDeviceController;
 @class NJMappingsController;
 
-@interface EnjoyableApplicationDelegate : NSObject <NSApplicationDelegate> {
+#import "NJMappingMenuController.h"
+
+@interface EnjoyableApplicationDelegate : NSObject <NSApplicationDelegate,
+                                                    NJMappingMenuDelegate,
+                                                    NSWindowDelegate> {
     IBOutlet NSMenu *dockMenu;
     IBOutlet NSMenu *statusItemMenu;
-    IBOutlet NSMenu *mappingsMenu;
     IBOutlet NSWindow *window;
 }