snes9x/macosx/Snes9x/main.m

13 lines
178 B
Mathematica
Raw Normal View History

//
// 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);
}