]> Dogcows Code - chaz/thecheat/blobdiff - CheatClient.h
The Cheat 1.2
[chaz/thecheat] / CheatClient.h
diff --git a/CheatClient.h b/CheatClient.h
deleted file mode 100644 (file)
index 227fcb6..0000000
+++ /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 <Cocoa/Cocoa.h>
-#import <Chaz/Chaz.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.018954 seconds and 4 git commands to generate.