X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=CheatClient.h;fp=CheatClient.h;h=553e2385a61c33597c2f03598db94ee3bf03f2b1;hp=0000000000000000000000000000000000000000;hb=42cf7bbe564d70233a0d73baee613f209eb00eb6;hpb=2d60a59a8ad195dd0af8f90c8d5b74a69ce7f4fa diff --git a/CheatClient.h b/CheatClient.h new file mode 100644 index 0000000..553e238 --- /dev/null +++ b/CheatClient.h @@ -0,0 +1,32 @@ + +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Project: The Cheat +// +// File: CheatClient.h +// Created: Mon Sep 22 2003 +// +// Copyright: 2003 Chaz McGarvey. All rights reserved. +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#import + +#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