]> Dogcows Code - chaz/thecheat/blobdiff - CheatServer.h
The Cheat 1.1.2
[chaz/thecheat] / CheatServer.h
index e313dbf56ee23c0de21bd7751155194a0cd943d6..92e602c5dabe09fc4ac38dd7b2231a5bc63d4e5d 100644 (file)
@@ -9,6 +9,7 @@
 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 #import <Cocoa/Cocoa.h>
+#import <Chaz/Chaz.h>
 
 #import "ServerDelegate.h"
 
@@ -41,6 +42,7 @@
 
        NSMutableArray          *searchResults;
        NSMutableArray          *searchResultsUndone;
+       int                                     searchResultsAmountDisplayed;
 }
 
 + (NSConnection *)serverWithDelegate:(id)delegate socket:(int)sock;
This page took 0.023462 seconds and 4 git commands to generate.