blob: 56aa102faa4cfb25e99a7bf4db6f3b4e45cdac8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $Id: main.mm,v 1.5 2003/09/30 14:38:15 titer Exp $
This file is part of the HandBrake source code.
Homepage: <http://beos.titer.org/handbrake/>.
It may be used under the terms of the GNU General Public License. */
#import <Cocoa/Cocoa.h>
int main( int argc, const char ** argv )
{
return NSApplicationMain( argc, argv );
}
|