mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 05:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// main.m
|
||||
// Roblox
|
||||
//
|
||||
// Created by Dharmendra on 13/01/11.
|
||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "Controller.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
NSApplicationMain(argc, (const char **) argv);
|
||||
|
||||
/*NSAppleScript *openSharedFolderScript = [[NSAppleScript alloc] initWithSource:@"tell application \"RobloxPlayer\" \n select menu item 2 of menu 1 \n end tell"];
|
||||
[openSharedFolderScript executeAndReturnError:nil];
|
||||
[openSharedFolderScript release];
|
||||
*/
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user