OSDN Git Service

HandBrake 0.7.0
[handbrake-jp/handbrake-jp-git.git] / macosx / main.mm
1 /* $Id: main.mm,v 1.2 2004/10/26 20:49:41 titer Exp $
2
3    This file is part of the HandBrake source code.
4    Homepage: <http://handbrake.m0k.org/>.
5    It may be used under the terms of the GNU General Public License. */
6
7 #include <Cocoa/Cocoa.h>
8
9 int main( int argc, const char ** argv )
10 {
11     return NSApplicationMain( argc, argv );
12 }