]> Dogcows Code - chaz/thecheat/blob - AboutBoxController.h
update contact information and project URL
[chaz/thecheat] / AboutBoxController.h
1
2 /*
3 * The Cheat - The legendary universal game trainer for Mac OS X.
4 * http://www.brokenzipper.com/trac/wiki/TheCheat
5 *
6 * Copyright (c) 2003-2011, Charles McGarvey et al.
7 *
8 * Distributable under the terms and conditions of the 2-clause BSD
9 * license; see the file COPYING for the legal text of the license.
10 */
11
12 #import <Cocoa/Cocoa.h>
13 #import "ChazLog.h"
14
15 #import "ChazUpdate.h"
16
17 #include "cheat_global.h"
18
19
20 @interface AboutBoxController : NSWindowController
21 {
22 IBOutlet NSTextField *ibNameVersionText;
23 IBOutlet NSButton *ibWebsiteButton;
24 IBOutlet NSButton *ibEmailButton;
25 IBOutlet NSTextField *ibDateText;
26 }
27
28 - (IBAction)ibWebsiteButton:(id)sender;
29 - (IBAction)ibEmailButton:(id)sender;
30
31 @end
This page took 0.028362 seconds and 4 git commands to generate.