diff options
author | ritsuka <[email protected]> | 2008-01-11 17:48:18 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-01-11 17:48:18 +0000 |
commit | 3caeaf135a8838fbc3f6a261bd7a66962a1bd5f5 (patch) | |
tree | faf286fde0354e240e6d343f5268e7a0bb583216 /macosx/InstantHandBrake/WhiteBox.h | |
parent | 709c565f9e47282236b01ba1eb980c31221659f1 (diff) |
MacGUI: move IHB source code to his own folder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1185 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/InstantHandBrake/WhiteBox.h')
-rw-r--r-- | macosx/InstantHandBrake/WhiteBox.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/macosx/InstantHandBrake/WhiteBox.h b/macosx/InstantHandBrake/WhiteBox.h new file mode 100644 index 000000000..cb9ff37ee --- /dev/null +++ b/macosx/InstantHandBrake/WhiteBox.h @@ -0,0 +1,8 @@ +/* WhiteBox */ + +#import <Cocoa/Cocoa.h> + +@interface WhiteBox : NSBox +{ +} +@end |