X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=SearchData.h;h=d906e998b6376ba17abd6d137d2704a6d9d78653;hp=bdcfeda41595e751ab5944b3c241547851e29cd1;hb=HEAD;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/SearchData.h b/SearchData.h index bdcfeda..d906e99 100644 --- a/SearchData.h +++ b/SearchData.h @@ -1,10 +1,14 @@ -// -// SearchData.h -// The Cheat -// -// Created by Chaz McGarvey on 12/13/04. -// Copyright 2004 Chaz McGarvey. All rights reserved. -// + +/* + * The Cheat - The legendary universal game trainer for Mac OS X. + * http://www.brokenzipper.com/trac/wiki/TheCheat + * + * Copyright (c) 2003-2011, Charles McGarvey et al. + * + * Distributable under the terms and conditions of the 2-clause BSD + * license; see the file COPYING for the legal text of the license. + */ + #import @@ -13,6 +17,7 @@ #import "Cheater.h" #import "Variable.h" +#import "Process.h" @interface SearchData : NSObject { @@ -33,6 +38,8 @@ } // ACCESSORS +- (void)setProcess:(Process *)process; + - (TCVariableType)variableType; - (void)setVariableType:(TCVariableType)varType;