summaryrefslogtreecommitdiffstats
path: root/MacHammer_RuntimeAppDelegate.h
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-13 21:57:44 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-13 21:57:44 +0300
commitfff8d58a80cbd8089832429f23b665983e4e8117 (patch)
tree2f102535fdd220b016ddb09b4a0eb2314054c992 /MacHammer_RuntimeAppDelegate.h
downloadHammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.tar.gz
HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.tar.bz2
HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.zip
First commitHEADmaster
Diffstat (limited to 'MacHammer_RuntimeAppDelegate.h')
-rw-r--r--MacHammer_RuntimeAppDelegate.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/MacHammer_RuntimeAppDelegate.h b/MacHammer_RuntimeAppDelegate.h
new file mode 100644
index 0000000..ae7be1f
--- /dev/null
+++ b/MacHammer_RuntimeAppDelegate.h
@@ -0,0 +1,17 @@
+//
+// MacHammer_RuntimeAppDelegate.h
+// MacHammer Runtime
+//
+// Created by Filipp Lepalaan on 13.7.2011.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface MacHammer_RuntimeAppDelegate : NSObject <NSApplicationDelegate> {
+ NSWindow *window;
+}
+
+@property (assign) IBOutlet NSWindow *window;
+
+@end