summaryrefslogtreecommitdiff
path: root/Xcode/ManaPlus/AppDelegate.h
diff options
context:
space:
mode:
authorSocapex <philippe_groarke@yahoo.ca>2012-12-03 18:29:54 -0500
committerAndrei Karas <akaras@inbox.ru>2012-12-04 03:06:29 +0300
commit8bf33f1619c548d3901cf139dcf2a83b71c2b63c (patch)
treedf4a18ef8283cc1e25563e3773a6bb6f201ad05b /Xcode/ManaPlus/AppDelegate.h
parent32f981a9424a133298fa7a1f28455b4af9527008 (diff)
downloadManaVerse-8bf33f1619c548d3901cf139dcf2a83b71c2b63c.tar.gz
ManaVerse-8bf33f1619c548d3901cf139dcf2a83b71c2b63c.tar.bz2
ManaVerse-8bf33f1619c548d3901cf139dcf2a83b71c2b63c.tar.xz
ManaVerse-8bf33f1619c548d3901cf139dcf2a83b71c2b63c.zip
Initial changes for OS X build.
Diffstat (limited to 'Xcode/ManaPlus/AppDelegate.h')
-rw-r--r--Xcode/ManaPlus/AppDelegate.h15
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