mirror of https://github.com/mpv-player/mpv
8 lines
108 B
Mathematica
8 lines
108 B
Mathematica
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
int main(int argc, char **argv)
|
||
|
{
|
||
|
[[NSTouchBar alloc] init];
|
||
|
return 0;
|
||
|
}
|