git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1073 52acb1d6-8a22-11de-b505-999d5b087335
15 lines
258 B
Objective-C
15 lines
258 B
Objective-C
//
|
|
// main.m
|
|
// Launcher
|
|
//
|
|
// Created by Austin Jennings on 07/03/27.
|
|
// Copyright __MyCompanyName__ 2007. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
}
|