mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-03-21 18:05:00 -05:00
8 lines
110 B
Objective-C
8 lines
110 B
Objective-C
#pragma once
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import <QuartzCore/CAMetalLayer.h>
|
|
|
|
@interface MetalView : NSView
|
|
@end
|