]> Dogcows Code - chaz/thecheat/blob - AboutBoxController.h
The Cheat 1.0b3
[chaz/thecheat] / AboutBoxController.h
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: The Cheat
4 //
5 // File: AboutBoxController.h
6 // Created: Mon Nov 24 2003
7 //
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Foundation/Foundation.h>
12
13
14 @interface AboutBoxController : NSWindowController
15 {
16 IBOutlet NSWindow *aboutWindow;
17 }
18
19 - (IBAction)launchWebsiteButton:(id)sender;
20 - (IBAction)launchEmailButton:(id)sender;
21
22 @end
This page took 0.036108 seconds and 5 git commands to generate.