bgfx/3rdparty/scintilla/cocoa/ScintillaTest/main.m

16 lines
374 B
Mathematica
Raw Normal View History

2015-06-08 20:07:35 -04:00
/**
* 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);
}