aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/main.m
blob: 9b0c5858094d32476b2bdda9a637c74b1f3f3058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * main.m
 * ScintillaTest
 *
 * Created by Mike Lischke on 02.04.09.
 * Copyright Sun Microsystems, Inc 2009. All rights reserved.
 * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
 */

#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}