blob: bd649f8bafec6d5a28c2cac052bc239c92a29d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $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: <http://handbrake.m0k.org/>.
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 );
}
|