Setting an EQ preset now enables the Equalizer (definitely a "duh" move)
[MenuTunes.git] / main.m
1 //
2 //  main.m
3 //  MenuTunes
4 //
5 //  Created by Kent Sutherland on Sun Nov 17 2002.
6 //  Copyright (c) 2002 Kent Sutherland. All rights reserved.
7 //
8 // Poink.
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, const char *argv[])
12 {
13     return NSApplicationMain(argc, argv);
14 }