summaryrefslogtreecommitdiffstats
path: root/macosx/HBAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAppDelegate.h')
-rw-r--r--macosx/HBAppDelegate.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/HBAppDelegate.h b/macosx/HBAppDelegate.h
new file mode 100644
index 000000000..a115696e7
--- /dev/null
+++ b/macosx/HBAppDelegate.h
@@ -0,0 +1,14 @@
+/* HBAppDelegate.h $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
+
+#import <Cocoa/Cocoa.h>
+
+@interface HBAppDelegate : NSObject <NSApplicationDelegate>
+
+- (IBAction)showPreferencesWindow:(id)sender;
+- (IBAction)showOutputPanel:(id)sender;
+
+@end