mirror of https://github.com/snes9xgit/snes9x.git
13 lines
178 B
Mathematica
13 lines
178 B
Mathematica
|
//
|
||
|
// main.m
|
||
|
// Snes9x
|
||
|
//
|
||
|
// Created by Buckley on 8/21/19.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
int main(int argc, const char * argv[]) {
|
||
|
return NSApplicationMain(argc, argv);
|
||
|
}
|