]> Dogcows Code - chaz/thecheat/blobdiff - AboutBoxController.h
The Cheat 1.2.5
[chaz/thecheat] / AboutBoxController.h
index 05f4e5d775943f7c41b3975a644ac9d5eff46b64..6234b68753453cfe81535b9e0782d14c2310a08b 100644 (file)
@@ -1,23 +1,31 @@
 
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// Project:   The Cheat
-//
-// File:      AboutBoxController.h
-// Created:   Mon Nov 24 2003
-//
-// Copyright: 2003 Chaz McGarvey.  All rights reserved.
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+/*
+ * The Cheat - The legendary universal game trainer for Mac OS X.
+ * http://www.dogcows.com/chaz/wiki/TheCheat
+ *
+ * Copyright (c) 2003-2010, Charles McGarvey et al.
+ *
+ * Distributable under the terms and conditions of the 2-clause BSD
+ * license; see the file COPYING for the legal text of the license.
+ */
 
-#import <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
+#import "ChazLog.h"
+
+#import "ChazUpdate.h"
+
+#include "cheat_global.h"
 
 
 @interface AboutBoxController : NSWindowController
 {
-       IBOutlet NSWindow               *aboutWindow;
-       IBOutlet NSTextField    *nameVersionText;
+       IBOutlet NSTextField *ibNameVersionText;
+       IBOutlet NSButton *ibWebsiteButton;
+       IBOutlet NSButton *ibEmailButton;
+       IBOutlet NSTextField *ibDateText;
 }
 
-- (IBAction)launchWebsiteButton:(id)sender;
-- (IBAction)launchEmailButton:(id)sender;
+- (IBAction)ibWebsiteButton:(id)sender;
+- (IBAction)ibEmailButton:(id)sender;
 
 @end
This page took 0.022649 seconds and 4 git commands to generate.