Exhaust/Classes/main.m

15 lines
249 B
Mathematica
Raw Permalink Normal View History

2011-02-11 13:00:15 -06:00
//
// main.m
// Exhaust
//
// Created by Mr. Gecko on 8/7/10.
// Copyright 2010 Mr. Gecko's Media. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}