/* $Id: main.mm,v 1.1.1.1 2003/11/03 12:03:51 titer Exp $
This file is part of the HandBrake source code.
Homepage: .
It may be used under the terms of the GNU General Public License. */
#import
int main( int argc, const char ** argv )
{
return NSApplicationMain( argc, argv );
}