Rotary-Gecko/Code/Rotary_Player/Rotary Player/main.m

15 lines
259 B
Mathematica
Raw Normal View History

//
// main.m
// Rotary Player
//
// Created by James Coleman on 1/24/14.
// Copyright (c) 2014 Mr. Gecko's Media. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}