librashader/test/capi-tests/objctest/objctest/GameViewController.h
2024-02-14 03:08:09 -05:00

17 lines
274 B
Objective-C
Vendored

//
// GameViewController.h
// objctest
//
// Created by Ronny Chan on 2024-02-13.
//
#import <Cocoa/Cocoa.h>
#import <Metal/Metal.h>
#import <MetalKit/MetalKit.h>
#import "Renderer.h"
// Our macOS view controller.
@interface GameViewController : NSViewController
@end