1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-07 00:47:26 +00:00
Files
YosysHQ.nextpnr/3rdparty/imgui/examples/example_apple_metal/Shared/ViewController.h
Miodrag Milanovic b948b76c8e add imgui library
2018-10-24 19:00:58 +02:00

21 lines
265 B
Objective-C

#import <Metal/Metal.h>
#import <MetalKit/MetalKit.h>
#import "Renderer.h"
#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
#else
#import <Cocoa/Cocoa.h>
@interface ViewController : NSViewController
@end
#endif