summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewermacosx-objc.mm
blob: ca2090b790f577e89ba9f9eb152543b1abcd5ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  llappviewermacosx.m
//  SecondLife
//
//  Created by Geenz on 12/12/12.
//
//

#import <Cocoa/Cocoa.h>
#import <ApplicationServices/ApplicationServices.h>
#include "llappviewermacosx-objc.h"
#import "llappviewermacosx-delegate.h"

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