]> Dogcows Code - chaz/thecheat/blobdiff - AboutBoxController.h
The Cheat 1.1.2
[chaz/thecheat] / AboutBoxController.h
index 2b9901d4a354262ef39c9930df9632de6f796b56..d932f5992734e437300435c4a8eed8649628654f 100644 (file)
@@ -8,12 +8,14 @@
 // Copyright: 2003 Chaz McGarvey.  All rights reserved.
 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#import <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
+#import <Chaz/Chaz.h>
 
 
 @interface AboutBoxController : NSWindowController
 {
        IBOutlet NSWindow               *aboutWindow;
+       IBOutlet NSTextField    *nameVersionText;
 }
 
 - (IBAction)launchWebsiteButton:(id)sender;
This page took 0.026367 seconds and 4 git commands to generate.