]> Dogcows Code - chaz/thecheat/blob - UpdatePrefs.h
The Cheat 1.2
[chaz/thecheat] / UpdatePrefs.h
1 //
2 // UpdatePrefs.h
3 // The Cheat
4 //
5 // Created by Chaz McGarvey on 2/21/05.
6 // Copyright 2005 Chaz McGarvey. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import "cheat_global.h"
11
12 #import "ChazUpdate.h"
13
14
15 @interface UpdatePrefs : NSObject
16 {
17 IBOutlet NSButton *ibAutoCheckButton;
18 }
19
20 - (IBAction)ibAutoCheckButton:(id)sender;
21 - (IBAction)ibCheckNowButton:(id)sender;
22
23 @end
This page took 0.034759 seconds and 4 git commands to generate.