mirror of https://github.com/snes9xgit/snes9x.git
15 lines
165 B
C
15 lines
165 B
C
|
//
|
||
|
// AppDelegate.h
|
||
|
// Snes9x
|
||
|
//
|
||
|
// Created by Buckley on 8/21/19.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||
|
|
||
|
|
||
|
@end
|
||
|
|