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