diff options
Diffstat (limited to 'Xcode/ManaPlus/AppDelegate.h')
-rw-r--r-- | Xcode/ManaPlus/AppDelegate.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Xcode/ManaPlus/AppDelegate.h b/Xcode/ManaPlus/AppDelegate.h new file mode 100644 index 000000000..8145b4ced --- /dev/null +++ b/Xcode/ManaPlus/AppDelegate.h @@ -0,0 +1,15 @@ +// +// AppDelegate.h +// ManaPlus +// +// Created by Philippe Groarke on 2012-12-03. +// Copyright (c) 2012 evolonline. All rights reserved. +// + +#import <Cocoa/Cocoa.h> + +@interface AppDelegate : NSObject <NSApplicationDelegate> + +@property (assign) IBOutlet NSWindow *window; + +@end |