]> Dogcows Code - chaz/thecheat/blobdiff - SearchData.h
The Cheat 1.2.4
[chaz/thecheat] / SearchData.h
index 10dd0c340fdd43913530b47eedbb45c35a311a39..7177e11c5f5eec37ae8f911e80ce3f0f04842189 100644 (file)
@@ -26,6 +26,7 @@
 #import "Cheater.h"
 #import "Variable.h"
 
+#import "Process.h"
 
 @interface SearchData : NSObject
 {
@@ -46,6 +47,8 @@
 }
 
 // ACCESSORS
+- (void)setProcess:(Process *)process;
+
 - (TCVariableType)variableType;
 - (void)setVariableType:(TCVariableType)varType;
 
This page took 0.019257 seconds and 4 git commands to generate.