]> Dogcows Code - chaz/thecheat/blob - AboutBoxController.h
2b9901d4a354262ef39c9930df9632de6f796b56
[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.038813 seconds and 3 git commands to generate.