]> Dogcows Code - chaz/thecheat/blobdiff - AboutBoxController.h
The Cheat 1.0b3
[chaz/thecheat] / AboutBoxController.h
diff --git a/AboutBoxController.h b/AboutBoxController.h
new file mode 100644 (file)
index 0000000..2b9901d
--- /dev/null
@@ -0,0 +1,22 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      AboutBoxController.h
+// Created:   Mon Nov 24 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import <Foundation/Foundation.h>
+
+
+@interface AboutBoxController : NSWindowController
+{
+       IBOutlet NSWindow               *aboutWindow;
+}
+
+- (IBAction)launchWebsiteButton:(id)sender;
+- (IBAction)launchEmailButton:(id)sender;
+
+@end
This page took 0.01762 seconds and 4 git commands to generate.