OSDN Git Service

MacGui: Add "Auto" to audio sample rate selections
[handbrake-jp/handbrake-jp-git.git] / macosx / InstantHandBrake / ExpressController.h
index c1ec7c1..4bdcfa6 100644 (file)
@@ -5,12 +5,14 @@
    It may be used under the terms of the GNU General Public License. */
 
 #import <Cocoa/Cocoa.h>
+#import <Growl/Growl.h>
+
 #import "DriveDetector.h"
+#import "DeviceController.h"
 #import "HBCore.h"
 #import "hb.h"
-#import "DeviceController.h"
 
-@interface ExpressController : NSObject
+@interface ExpressController : NSObject <GrowlApplicationBridgeDelegate>
 
 {
     hb_handle_t                  * fHandle;