projects
/
enjoyable.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disable automatic termination when simulation is active. This is probably a good...
[enjoyable.git]
/
Other Sources
/
main.m
1
//
2
// main.m
3
// Enjoy
4
//
5
// Created by Sam McCall on 4/05/09.
6
//
7
8
#import <Cocoa/Cocoa.h>
9
10
int main(int argc, char *argv[])
11
{
12
return NSApplicationMain(argc, (const char **) argv);
13
}