mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
6 lines
138 B
Objective-C
6 lines
138 B
Objective-C
#import <AppKit/NSApplication.h> // NSApplicationMain
|
|
|
|
int main(int argc, const char *argv[]) {
|
|
return NSApplicationMain(argc, argv);
|
|
}
|