snes9x/macosx/Snes9x/AppDelegate.h

15 lines
165 B
Objective-C

//
// AppDelegate.h
// Snes9x
//
// Created by Buckley on 8/21/19.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end