libretro-dolphin/Source/Core/MacUpdater/AppDelegate.h
2019-02-06 20:50:09 +01:00

10 lines
201 B
Objective-C

// Copyright 2019 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end