X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=EnjoyableApplicationDelegate.h;h=4615d12a5692b19239992dbabd36772d66aef803;hp=b77f799e6879220960689d4ce1739ae100ac424c;hb=3eb4949fe4554cb4a32e1237571da4a96d26978c;hpb=1315dd378437c84891c795c9927ff40d42d74cb3 diff --git a/EnjoyableApplicationDelegate.h b/EnjoyableApplicationDelegate.h index b77f799..4615d12 100644 --- a/EnjoyableApplicationDelegate.h +++ b/EnjoyableApplicationDelegate.h @@ -12,10 +12,10 @@ @interface EnjoyableApplicationDelegate : NSObject { IBOutlet NSMenu *dockMenuBase; + IBOutlet NSWindow *window; } @property (nonatomic, strong) IBOutlet NJDeviceController *inputController; -@property (nonatomic, strong) IBOutlet NJOutputController *outputController; @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; @end