]> Dogcows Code - chaz/thecheat/blobdiff - PreferenceControlling.h
The Cheat 1.1
[chaz/thecheat] / PreferenceControlling.h
index 156541279dbca18a4bfaedfa701708937ad5e465..dd31d187a0344047b33c364f81f64f000bf2cf03 100644 (file)
 
 @protocol PreferenceControlling
 
+- (void)preferenceSetWindowsOnTop:(BOOL)windowsOnTop;
+- (void)preferenceSetAllowRemote:(BOOL)allow listenPort:(int)port broadcastName:(NSString *)name;
+
+/*
 - (void)preferenceAllowRemoteChanged:(BOOL)allow;
 - (void)preferenceListenPortChanged:(int)port;
 - (void)preferenceBroadcastNameChanged:(NSString *)name;
+*/
 
 @end
\ No newline at end of file
This page took 0.019658 seconds and 4 git commands to generate.