]> Dogcows Code - chaz/thecheat/blobdiff - PreferenceControlling.h
The Cheat 1.0b3
[chaz/thecheat] / PreferenceControlling.h
diff --git a/PreferenceControlling.h b/PreferenceControlling.h
new file mode 100644 (file)
index 0000000..1565412
--- /dev/null
@@ -0,0 +1,20 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      PreferenceControlling.h
+// Created:   Wed Sep 24 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import <Cocoa/Cocoa.h>
+
+
+@protocol PreferenceControlling
+
+- (void)preferenceAllowRemoteChanged:(BOOL)allow;
+- (void)preferenceListenPortChanged:(int)port;
+- (void)preferenceBroadcastNameChanged:(NSString *)name;
+
+@end
\ No newline at end of file
This page took 0.022977 seconds and 4 git commands to generate.