X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=SearchResults.h;fp=SearchResults.h;h=0000000000000000000000000000000000000000;hp=364470a29530cb681dfc788895ca1d5c64bdfefa;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/SearchResults.h b/SearchResults.h deleted file mode 100644 index 364470a..0000000 --- a/SearchResults.h +++ /dev/null @@ -1,33 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: SearchResults.h -// Created: Sat Oct 04 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#import - -#include "cheat_types.h" - - -@interface SearchResults : NSObject -{ - TCtype myType; - TCsize mySize; - - TCaddress *myData; - int myAmount; -} - -+ (id)resultsWithType:(TCtype)type size:(TCsize)size data:(TCaddress const *)data amount:(int)amount; -- (id)initWithType:(TCtype)type size:(TCsize)size data:(TCaddress const *)data amount:(int)amount; - -- (TCtype)type; -- (TCsize)size; -- (TCaddress *)data; -- (int)amount; - -@end \ No newline at end of file