Removed old commented-out code.
[CleverRabbit.git] / main.m
blobe73aa8947217621fcd199034662c3081f2fe4f6e
1 //
2 //   main.m
3 //   (CleverRabbit.app)
4 //
5 //   Copyright (c) 2005 A. Karl Keller (http://karlk.net)
6 //
7 //   This code is open-source, free software, made available without warranty under
8 //   the terms of the GNU General Public License, either version 2 or later (see 
9 //   http://www.gnu.org/licenses/gpl.html or included copy); as such, it may be 
10 //   redistributed and/or modified in accordance with that document.
13 #import <Cocoa/Cocoa.h>
15 int main(int argc, char *argv[])
17     return NSApplicationMain(argc, (const char **) argv);