]> Dogcows Code - chaz/thecheat/blobdiff - UpdatePrefs.h
The Cheat 1.2
[chaz/thecheat] / UpdatePrefs.h
diff --git a/UpdatePrefs.h b/UpdatePrefs.h
new file mode 100644 (file)
index 0000000..bc29a1b
--- /dev/null
@@ -0,0 +1,23 @@
+//
+//  UpdatePrefs.h
+//  The Cheat
+//
+//  Created by Chaz McGarvey on 2/21/05.
+//  Copyright 2005 Chaz McGarvey. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+#import "cheat_global.h"
+
+#import "ChazUpdate.h"
+
+
+@interface UpdatePrefs : NSObject
+{
+       IBOutlet NSButton *ibAutoCheckButton;
+}
+
+- (IBAction)ibAutoCheckButton:(id)sender;
+- (IBAction)ibCheckNowButton:(id)sender;
+
+@end
This page took 0.019959 seconds and 4 git commands to generate.