]> Dogcows Code - chaz/thecheat/blobdiff - SearchData.h
update contact information and project URL
[chaz/thecheat] / SearchData.h
index bdcfeda41595e751ab5944b3c241547851e29cd1..d906e998b6376ba17abd6d137d2704a6d9d78653 100644 (file)
@@ -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 <Cocoa/Cocoa.h>
 
@@ -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;
 
This page took 0.017196 seconds and 4 git commands to generate.