git.ithinksw.org
/
MenuTunes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Licensing MenuTunes under the GNU General Public License version 2.
[MenuTunes.git]
/
main.m
1
/*
2
* MenuTunes
3
* main.m
4
*
5
* Copyright (c) 2002 iThink Software
6
*
7
*/
8
9
#import <Cocoa/Cocoa.h>
10
11
int main(int argc, const char *argv[])
12
{
13
return NSApplicationMain(argc, argv);
14
}