Files
itgmania212121/stepmania/PBProject/Installer/main.c
T
2003-09-09 00:52:31 +00:00

16 lines
261 B
C

/*
* main.c
* stepmania
*
* Created by Steve Checkoway on Mon Sep 08 2003.
* Copyright (c) 2003 Steve Checkoway. All rights reserved.
*
*/
#import <Cocoa/Cocoa.h>
int main(int argc, const char *argv[])
{
return NSApplicationMain(argc, argv);
}