]> Dogcows Code - chaz/thecheat/blobdiff - SearchData.h
The Cheat 1.2.4
[chaz/thecheat] / SearchData.h
index bdcfeda41595e751ab5944b3c241547851e29cd1..7177e11c5f5eec37ae8f911e80ce3f0f04842189 100644 (file)
@@ -1,10 +1,23 @@
-//
-//  SearchData.h
-//  The Cheat
-//
-//  Created by Chaz McGarvey on 12/13/04.
-//  Copyright 2004 Chaz McGarvey. All rights reserved.
-//
+
+// **********************************************************************
+// The Cheat - A universal game cheater for Mac OS X
+// (C) 2003-2005 Chaz McGarvey (BrokenZipper)
+// 
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 1, or (at your option)
+// any later version.
+// 
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+// 
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// 
+
 
 #import <Cocoa/Cocoa.h>
 
@@ -13,6 +26,7 @@
 #import "Cheater.h"
 #import "Variable.h"
 
+#import "Process.h"
 
 @interface SearchData : NSObject
 {
@@ -33,6 +47,8 @@
 }
 
 // ACCESSORS
+- (void)setProcess:(Process *)process;
+
 - (TCVariableType)variableType;
 - (void)setVariableType:(TCVariableType)varType;
 
This page took 0.026366 seconds and 4 git commands to generate.