blob: c306608fc9b42032bc8c983d0c09c1804d7a26e5 [file] [log] [blame]
Alexander Afanasyev749f0652013-09-22 13:03:21 -07001/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil -*- */
2/*
3 * @copyright See LICENCE for copyright and license information.
4 *
5 * @author Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -07006 * @author Ilya Moiseenko <iliamo@ucla.edu>
Alexander Afanasyev749f0652013-09-22 13:03:21 -07007 */
8
9#import <Cocoa/Cocoa.h>
10
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070011int main(int argc, const char **argv)
Alexander Afanasyev749f0652013-09-22 13:03:21 -070012{
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070013 return NSApplicationMain (argc, argv);
Alexander Afanasyev749f0652013-09-22 13:03:21 -070014}