]> Dogcows Code - chaz/thecheat/blob - PreferenceControlling.h
The Cheat 1.1.1
[chaz/thecheat] / PreferenceControlling.h
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: The Cheat
4 //
5 // File: PreferenceControlling.h
6 // Created: Wed Sep 24 2003
7 //
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Cocoa/Cocoa.h>
12
13
14 @protocol PreferenceControlling
15
16 - (void)preferenceSetWindowsOnTop:(BOOL)windowsOnTop;
17 - (void)preferenceSetAllowRemote:(BOOL)allow listenPort:(int)port broadcastName:(NSString *)name;
18
19 /*
20 - (void)preferenceAllowRemoteChanged:(BOOL)allow;
21 - (void)preferenceListenPortChanged:(int)port;
22 - (void)preferenceBroadcastNameChanged:(NSString *)name;
23 */
24
25 @end
This page took 0.028722 seconds and 4 git commands to generate.