]> Dogcows Code - chaz/thecheat/blobdiff - CheatClient.h
The Cheat 1.0b3
[chaz/thecheat] / CheatClient.h
diff --git a/CheatClient.h b/CheatClient.h
new file mode 100644 (file)
index 0000000..553e238
--- /dev/null
@@ -0,0 +1,32 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      CheatClient.h
+// Created:   Mon Sep 22 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import <Cocoa/Cocoa.h>
+
+#include "cheat_types.h"
+#include "cheat_globals.h"
+#include "cheat_net.h"
+
+
+@interface CheatClient : NSObject
+{
+       id                                      rootProxy;
+       int                                     sockfd;
+}
+
++ (NSConnection *)clientWithDelegate:(id)delegate server:(NSData *)server name:(NSString *)name;
++ (void)clientThread:(NSArray *)array;
+
+- (id)initWithRootProxy:(id)proxy;
+
+- (void)connectToServer:(NSData *)data name:(NSString *)name;
+- (void)run;
+
+@end
\ No newline at end of file
This page took 0.019627 seconds and 4 git commands to generate.