OSDN Git Service

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