diff options
Diffstat (limited to 'macosx/InstantHandBrake/ExpressController.h')
-rw-r--r-- | macosx/InstantHandBrake/ExpressController.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/macosx/InstantHandBrake/ExpressController.h b/macosx/InstantHandBrake/ExpressController.h index c3175f27a..ec0dcb96e 100644 --- a/macosx/InstantHandBrake/ExpressController.h +++ b/macosx/InstantHandBrake/ExpressController.h @@ -1,9 +1,14 @@ -/* ExpressController */ +/* ExpressController + + This file is part of the HandBrake source code. + Homepage: <http://handbrake.m0k.org/>. + It may be used under the terms of the GNU General Public License. */ #import <Cocoa/Cocoa.h> #import "DriveDetector.h" #import "HBCore.h" #import "hb.h" +#import "DeviceController.h" @interface ExpressController : NSObject @@ -41,6 +46,7 @@ DriveDetector * fDriveDetector; HBCore * fCore; + DeviceController * fDevice; NSDictionary * fDrives; } |