add osx tool draft
This commit is contained in:
14
tools/Quickdev16/main.m
Normal file
14
tools/Quickdev16/main.m
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// main.m
|
||||
// Quickdev16
|
||||
//
|
||||
// Created by David Voswinkel on 09-08-31.
|
||||
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return NSApplicationMain(argc, (const char **) argv);
|
||||
}
|
||||
Reference in New Issue
Block a user